Program to convert Celsius to Fahrenheit

Program to convert Celsius to Fahrenheit

#include<stdio.h>
void main ()
{
float c,f;
printf("enter the temprature in celsius : ");
scanf("%f",&c);

f=((9*c)/5)+32;

printf("The temprature in fahrenheit =%f \n",f);

}
out put:-

No comments:

hia friends you are seeing my blogger thank's. Powered by Blogger.