Basic Programs

  1. Beginners Guide To Write The First C Program Hello World
  2. C Program Fahrenheit To Celsius Conversion And Vice Versa - New!
  3. C Program To Add Two Numbers Using Functions/Pointer
  4. C Program To Calculate Area And Circumference Of Circle
  5. C Program To Calculate Square And Cube Of Given Number
  6. C Program To Find Grades Of A Student Using Else If Ladder
  7. C Program To Find The Total And Average Of The Marks
  8. C Program To Subtract Two Integers Using Function/Pointer
  9. C Program To Swap Two Numbers Using A Third Variable
  10. C Program To Swap Two Numbers Without Using Third Variable
  11. C Program To Take Input From User Using Scanf Function

Conditional Programs

  1. C Program To Calculate The Gross Salary Of A Person
  2. C Program To Check If A Given Number is Positive Or Negative
  3. C Program To Check Whether A Person Is Eligible To Vote
  4. C Program To Find Grades Of A Student Using Else If Ladder
  5. C Program To Find Greatest Of Two Numbers Using Operators
  6. C Program To Find Smallest Of Two Numbers Using Operators
  7. C Program To Find The Given Number Is Even Or Odd
  8. C Program To Find The Total And Average Of The Marks

Looping Programs

  1. C Program For Multiplication Table Of Number Using For Loop - New!
  2. C Program To Find Armstrong Number In Given Range (0-999) - New!
  3. C Program To Find Armstrong Number Using Do While Loop - New!
  4. C Program To Find Factorial Of A Number Using While Loop - New!
  5. C Program To Find Prime Numbers In A Given Range - New!
  6. C Program To Find The Given Number Is Prime Or Not - New!
  7. C Program To Print Even And Odd Numbers Using Loops - New!
  8. C Program To Print Numbers From 1 To 10 Using Loop
  9. C Program To Print Numbers From 10 To 1 Using Loop - New!
  10. C Program To Reverse A Number Using While Loop - New!

Pointer Programs

  1. C Program To Add Two Numbers Using Functions/Pointer
  2. C Program To Subtract Two Integers Using Function/Pointer