1) C program to find ascii value of a character
2) C Program to Find the Size of int, float, double and char
3) C Program To Multiply Two Floating-Point Numbers
4) C program to print the integer value entered by user
5) C Program to Convert Fahrenheit to Celsius in C
Formula to Convert Fahrenheit to Celsius
T(°C) = (T(°F) - 32) × 5/9
where,
T(°C): Temperature in Celsius.
T(°F): Temperature in Farenheit.
6) C Program To Find Simple Interest
Simple Interest = Principal * Rate * Time / 100
7) C Program To Find Area And Perimeter of Rectangle
The formula for the area of a rectangle is
Area = length*breadth => l*b
The formula for the perimeter of a rectangle is
Perimeter = 2*(length + breadth) => 2*(l+b)