Find Armstrong number: C Program
An Armstrong number is an n-digit number that is equal to the sum of the…
Find Prime numbers : C Program
How to find prime number? You may remember that a prime number is one whose…
Increment and Decrement operators: C program
Increment and decrement operators are unary operators that add or subtract one from their operand,…
Switch…case: C Program
 This program is about Switch...case statement. Decision making are needed when, the program encounters the…
Get Marks according to Grade: C Program
Here is a code that accepts marks of students and display the grade according to…
Write a program to Find out Maximum Number: C Program
In this program (Find out maximum number: C Program), user is asked to enter three…
Compute Fahrenhit from Centigrate: C Program
We have created a listing of the formulas needed to convert temperature to and from…
Find volume of cube : C Program
[caption id="attachment_196" align="alignright" width="223"] CUBE[/caption] This program is to find volume of a cube which…
Find Area of Rectangle
Hint: area of rectangle=side1 * side2 [message_box title="Program " color="red"] /*========================================================================================================= */ /* Write a…