loading...
Showing posts with label C Programs. Show all posts
Showing posts with label C Programs. Show all posts

25 April 2014

C Programs

____________

|| C Programs ||
________


  1. C program to print addition of two numbers.
  2. C program to print subtraction of two numbers.
  3. C program to print multiplication of two numbers.
  4. C program to print division of two numbers.
  5. C program to print multiplication table.
  6. C program to swap values of two variables.
  7. C program to print ASCII character of Corresponding Number.
  8. C program to print remainder when first number is divided by second.
  9. C program to print even numbers using while loop.
  10. C pyramids.
  11. C program to print the area of equilateral triangle.
  12. C program to print area volume and curved surface area of cone.
  13. C program to print floor of given number.
  14. C program for username and password verification.
  15. C program to print nth term of any series (tn).
  16. C program to count number of words from string.
  17. C program to illustrate nPr.
  18. C program to reverse any number.
  19. C program to count number of vowels in given string.
  20. C program to count characters in any string.
  21. C program to sort array.
  22. C program to count line from any files.
  23. C program to Count diagonals of polygon by sides.
  24. C program for setting time.
  25. C program to convert decimal number to binary number.
  26. C program to copy content of one file to another named file.
  27. C program to check weather Entered strings are equal or not.
  28. C program to print ASCII number of corresponding ASCII character.
  29. C program for time conversation.
  30. C program for simple calculator.
  31. C program to print odd numbers using for loop.
  32. C program to print factors of entered number.
  33. C program to print factorial of entered number.
  34. C program to add two numbers using UDF.
  35. C program to Multiply Two numbers UDF.
  36. C program to illustrate 1+2+3+........+n.
  37. C program to print odd numbers without using loops.
  38. C program to calculate TSA,CSA and volume of cuboid.
  39. C program to print sum till n term in any series (Sn).
  40. C program to find greatest number from 3 given numbers.
  41. C program to illustrate nCr.
  42. C program to count number of alphabets from entered string.
  43. C program to decide and print quadrant by given point.
  44. C program to print multiplication without using loops.
  45. C program to count Simple intrest.
  46. C program to illustrate 12+22+32+........+n2.
  47. C program to print Floyd's triangle.
  48. C program to print current date.
  49. C program to print Christmas tree.
  50. C program to print lines,words and characters from any file.
  51. C program to find hypotenuse by other two sides.
  52. C program to print grade according to marks.
  53. C program to print grade according to average of marks of all subjects.
  54. C program to print odd numbers with while loop.
  55. C program to print even numbers with help of for loop.
  56. C program to generate and print Fibonacci series.
  57. C program to print area of triangle by co-ordinates.
  58. C program to print area of right angled triangle.
  59. C program to print average till n numbers.
  60. C program to print absolute value of any number.
  61. C program to print even numbers without using loops.
  62. C program to convert money.
  63. C program to print GCD of any two entered numbers.
  64. C program to count words and characters from string.
  65. C program to check weather entered number is palindrome or not.
  66. C program to count the numbers from any entered string.
  67. C program to print sizes of datatypes.
  68. C program to color a text.
  69. C program to check weather entered number is perfect or not.
  70. C program to illustrate 13+23+33+........+n3.
  71. C program to count the length of the string.
  72. C program to Count the length of the string Method Two.
  73. C program to check that the content of two entered files are equal or not.
  74. C program to subtract two numbers UDF.
  75. C program to print area of sector. 
  76. C program to illustrate 1+2+3+4.........+n.(Second method) 
  77. C program to find CSA,TSA and Volume of cylinder.
  78. C program to illustrate 12+22+32+........+n2.(Second method)
  79. C program which will print source code as output. 
  80. C program to count number of Years,Weeks and days by total number of days. 
  81. product of two numbers without using "*". 
  82. C program to convert binary to decimal.
  83. C program to add all the digits of Entered number. 
  84. C program to print smallest number from 10 numbers. 
  85. C program to illustrate xy  .
  86. C program to print binary pattern of any entered string.
  87. C program to print ASCII character list.
  88. C program to print power to any number without using inbuilt function.

_________________________________________________________________________________