C-Program

Click to Get Answers

C-Programming Examples 

Click on Topic to Get Answers

Other Programs

  1. Numeric Palindrome in C programming.
  2. Reverse the number in C-Programming
  3. Armstrong or not in C-Programming.
  4. Positive Negative or Zero in C-Programming.
  5. Even or Odd in C-Programming.
  6. Sum of Natural Numbers in C-Programming
  7. Factorial of a number with or without recursion
  8. Number of employees getting salary between 5000-10000 -C Program
  9. Display Name of the day on the basis of number entered (1 for Sunday, 2 for Monday in C-Program)
  10. Counting Vowel and Consonant in C-program
  11. Fibonacci Sequence in C-Program
  12. Factorial of a number
  13. display number of employee salary between 50k and 100k
  14. Greatest among four numbers in C-Programming
  15. Arranging name in alphabetical order
  16. Menu Driven Program in C-Programming
  17. Enter five name and post of employees and display in proper format using Structure in C-Program
  18. Compare two string function in C-Program
  19. Enter elements of 4×4 matrix and find sum of elements of matrix in C-Program
  20. Transpose Matrix in C program
  21. Input 10 integer in array and find total in C program
  22. Multiplication table in C program
  23. Decimal to Binary using while statement in C program
  24. Binary to Decimal in C Program
  25. Print number entered and find sum using do while statement in C program
  26. HCF and LCM using while statement in C program
  27. Prime or Not using for statement in C program
  28. Product of matrix in C program
  29. Sum of digits in C Program
  30. Enter  Record and Store information
  31. Add Two Matrices in C Program
  32. Multiplication of two integer using function in C -Program
  33. Read five positive number using array find least among them
  34. String Functions in C Program
  35. Numeric Patterns in C Program
  36. Greatest among input number ‘N’ using array in C Program.
  37. Input ‘N’ numbers in array and find sum using array in C program.
  38. Sort Numbers in Ascending order using Array in C Program
  39. Sort the names and address into alphabetical order using structure
  40. Sum of N integer using recursion
  41. Message in a file C Program
  42. ‘N’ number of Name, address,phone in a file and display in proper format in C program