C Language Program List with Source Code
Simple structure of C program
C program to display hello world message on screen
C program to use of comment lines
C program to use of \t and \n character
C program to assign two integers and display on screen
C program to input two integers and display on screen
C program to declare two variables using integer data type and display on screen
C program to use of float data type, assign values with assignment operator and display it on screen
C program to input float values and store it in two variables and then display on screen
C program to perform addition of two integers. The values are to be assigned with assignment operator
C program to perform addition of two integers. The values are to be entered through keyboard.
C program to perform subtraction of two integers.
C program to perform multiplication of two numbers.
C program to perform division of two numbers. Use float data type
C program to find remainder of division. Use float data type and integer data type.
C program to perform arithmetic operations. Declare variables with integer and float data type.
C program to to calculate area of interest. Assign n, p and r values.
n - period
r - rate of interest
p – principle amountC program to calculate simple of interest. Input n, p, r values through keyboard
C program to find out area of triangle. ( area= h * b/2). Assign height and base values.
C program to find out area of triangle. ( area= h * b/2). Input height and base values through keyboard.
C program to find out area of circle. ( area= pi*r*r). Assign pi vale. Input radius through keyboard. Use float data type.
C program to find out area of rectangle. ( area= l*b). length and breadth values through keyboard. Use float data type.
C program to find out area of square. ( area= side*side). Input side value through keyboard. Use float data type.
C program to find out area of cube. ( area= 6*side*side). Input side value through keyboard. Use float data type.
Write C program to find out area of geometric shapes such as triangle, circle, rectangle, square and cube.
Write a C program to calculate percentage of Student
C program to convert temperature from degree Celsius to degree Fahrenheit
C Program to convert temperature from degree Fahrenheit to degree Celsius
C program to check number is positive
C program to find number is even
C program to find number is odd or even
C program to check candidate is eligible for voting or not
C program to find the person is senior citizen or not
C program to find student is pass or fail in examination
C program to find profit and loss in business using if else statement
C program to find bigger and smaller number among two numbers. if number is bigger then check number is even or odd using nested if else statement
C program to display day of week using switch case statement in C language
C program to display area of geometric shapes using switch case
switch case program in C language to display area of geometric shapes
C program to display first 10 natural numbers using for loop
C program to display sum of first 10 natural numbers using for loop
C program to display sum of first 10 even numbers using for loop
C program to display first N natural numbers using for loop
C program to display sum of first N natural numbers using for loop
C program to display sum of first N even numbers using for loop
C program to calculate factorial of given number
C program to display fibonacci series using for loop
C program to display sum of fibonacci series
C program to display given number in reverse order using while loop
C program to perform sum of digits of given number till it becomes single digit
C program to check given number is palindrome using while loop
C program to check given number is prime or not
C program to display prime numbers up to N numbers
C program to check given number is Armstrong or not
C program to display Armstrong numbers series up to N number.
C program to display multiplication table
C program to display multiplication table of 2 to 10
C program to display multiplication table of N numbers
C program to display number pattern
C program to initialize array elements
C program to enter array elements at run time(User input)
C program to find smallest and largest array element
C program to sort an array elements in ascending order
C program to enter 2-D array elements and display on screen
C program to perform addition of two matrices
C program to perform subtraction of two matrices
C program to perform multiplication operation of two matrix
1 टिप्पण्या
👍
उत्तर द्याहटवाकृपया तुमच्या प्रियजनांना लेख शेअर करा आणि तुमचा अभिप्राय जरूर नोंदवा. 🙏 🙏