Write a C program to calculate the area & perimeter of the rectangle, and the area & circumference of the circle

Problem Statement: The length & breadth of a rectangle and radius of a circle are input through the keyboard. Write

Read more

write a C program for Conversion of Temperature from Fahrenheit to Centigrade

Problem Statement: Temperature of a city in Fahrenheit degrees is input through the keyboard. Write a c program to convert

Read more