Write a program to calculate the area of a triangle with sides a, b, and c.
c programming
WAP to calculate the area and circumference of a circle
Write a program to read the radius of a circle and to compute its area and circumference. Use a symbolic constant to define the value …
WAP to accept temperature in Fahrenheit and convert it into degree Celsius
Write a program to accept temperature in Fahrenheit and convert it into degree Celsius
F = (C*9/5)+32
WAP using printf() function and different escape sequences
Write a program using printf() function and different escape sequences to give the output.