Program to Convert Celsius to Fahrenheit
Problem Statement: Write a C program to convert a temperature in Celsius to Fahrenheit Description:This program converts a given temperature from Celsius to Fahrenheit using the formula: Fahrenheit = (Celsius * 9/5) + 32It demonstrates basic input/output functions and arithmetic operations in C. Usage:The user inputs a temperature in Celsius, and the program converts and