Bhuvan InfoTech Android App

Download our Android App and browse Technical News, Projects, Computer Tricks more easily with lots of Interesting Features.

Tuesday, June 14, 2016

Convert celcius to farenheit | C program

#include<stdio.h>
int main()
{
    float c,fo;
    printf("Enter celcius: ");
    scanf("%f",&c);
    fo = c * 9/5 + 32;
    printf("celcius converted to farenheit: %f",fo);
    return 0; 
}
Bhuvan Arora

No comments:

Amazing Deal !