60 C PROGRAMS : EASY TO STUDY C LANGUAGE


    60 C PROGRAM EXAMPLES 

  1. Hello world
  2. To print an integer
  3. To add two numbers
  4. To CHECK ODD OR EVEN
  5. Addition,subtraction,multiplication &division
  6. Check whether input alphabet is vowel or not
  7.  To check leap year
  8. To add Digits of a number
  9. To find Factorial
  10. To find Hcf and Lcm
  11. Decimal to binary conversion
  12. To find Ncr and Npr
  13. To add n numbers
  14. To swap two numbers
  15. To reverse a number
  16. To Print Reverse of a number
  17. To print pattern of numbers and stars
  18. To print Floyd's triangle
  19. To print pascal triangle
  20. To print diamond pattern
  21.  To check prime number
  22. To check a number is Armstrong number or not
  23. To generate and print Armstrong number
  24. To generate Fibonacci series
  25. To add two numbers using pointers
  26. To find maximum element in array
  27. To find minimum element in array
  28. Linear search
  29. Binary search
  30. To reverse an array
  31. To insert an element in array
  32. To delete an element from array
  33. To merge two arrays
  34. Bubble sort
  35. Insertion sort
  36. selection sort
  37. To add two matrix
  38. To substract matrics
  39.  Transpose a matrix
  40. Matrix multiplication
  41.  To print a string
  42. string length
  43.  To compare two strings
  44. string copying
  45. To concatenate two strings
  46. Reverse string
  47. To check palindrome
  48. Remove vowel string
  49. sub string
  50. To sort a string in alphabetical order
  51. To remove space blanks from a string
  52. To swap two strings
  53. Anagram
  54. To read a file
  55.  To copy files
  56. To merge two files
  57. List files in directory
  58. To delete a file
  59. To generate random numbers
  60. To add two complex numbers

Share this

Related Posts

Previous
Next Post »