Basic c programs:
Lab-1 session:
1) Celsius to Fahrenheit and vice versa by taking two temperature
inputs.
2) calculates the area and perimeter of a circle and a rectangle. We'll
use 3.14159 as the constant value for pi.
3) Calculator program : (perform all operations –add, sub, multiply,
division, remainder0 by assigning two variables )
4) calculates the simple interest and total amount based on the
principal, time, and rate.
5) swaps two variables using a third variable and without using a third
variable.