how to write a program in C to accept a value in degrees Celsius and to convert it into Fahrenheit?

Question : Write a program in C to accept a value in degrees Celsius and to convert it into Fahrenheit.Answer : /*a program in C to accept a value in degrees Celsius and to convert it into Fahrenheit*/ #include <stdio.h>…

This Question has been answered. 

Please Login or Register to See The Answer