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 farenheit to celcius | C program

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

No comments:

Amazing Deal !