H.K.I.T
Login     Free Signup



 




















C Quistion & Answer :

1.Write a C program to Swap the value of two Variables. (Using a 3rd Variable & without Using a 3rd Variable).


 

2.Write a C program to find out the Area of a Circle .


 

3.Write a C program to convert temperature from Fahrenheit to Celsius.


 

If else :

4. Write a Program in C to find whether a number is EVEN or ODD.


 

5.Write a Program in C to find the Largest of Three Numbers.


 

6.Write a Program in C to enter marks of five subjects. Find the Sum and the Average of them and then assign grade to the students.


 

7.Write a Program in C to check whether a Year is Leap year or not.


 

8.Write a Program in C to compute the Factorial of a Number.


 

9.Write a c program to find out the sum of series 1 + 2 + …. + n .


 

10.Write a C Program to find sum of series 1 + 1/2 + 1/3 + 1/4 + .. + 1/n .


 

11.Write a Program in C to find the sum of the series S= 1! + 2! + 3! + 4! + . . . . . + N! (Input N). .


 

12.Write a Program in C to Generate the Fibonacci Series up to Nth Term. 1 + 1 + 2 + 3 + 5 + 8 + 13 + . . . . + Nth Term .


 

13.Write a Program in C to generate the PASCAL’s triangle up to specified number of rows.


 

14. Write a Program in C to create a menu driven calculator using switch case


 

15. Write a Program in C to calculate the area of a Triangle, Rectangle or a Circle using a menu driven programming


 

16. Write a Program in C to swap 2 numbers using pointers .


 

17. Write a simple Program in C pointers .


 

18. Write a Program in C addition of two numbers using pointers. .



 

19. C Program to calculate multiplication of two numbers using pointers .



 

20. C program to print the elements of an array in reverse order .



 

21. C Program to Print Even and Odd Numbers in an Array .



 

22. C program to find maximum and minimum element in array .



 

23. C program to print 2D array element .



 

24. Write a Program in C to show the elements of a Matrix.



 

25. Write a Program in C to find the Sum of two Matrixes..



 

26. Write a Program in C to find the Difference of two Matrixes.



 

27. Write a Program in C to find the Transpose of a Matrix.



 

28. Write a Program in C to find the Multiplication of two Matrixes.



 

29. C Program to Find Factorial of a Number using Functions



 

30. Write a Program in C to calculate the area of a triangle, rectangle or a circle using function depending on the choice entered by the user. Triangle Rectangle Circle Exit



 

31. example of the structure in C language to store many employees information.



 

32. example of the structure in C language to store many Books information.



 

33. example of the Union in C language to store records.



 

34. Half Pyramid of *



 

C examples >  C examples >