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…
Use of Newline Character : C Language
[caption id="attachment_174" align="alignleft" width="231"] newline character[/caption] In computing, a newline character, also known as a…
Read Number and Display it
[message_box title="Program " color="red"] /* * * * * * * * * * *…
Arithmetic Operation
[caption id="attachment_155" align="aligncenter" width="300"] arithmetic operators[/caption] This program will perform arithmetic operation. Here I shows…