C Program Convert Fahrenheit to Celsius

Advertisements

Prev Tutorial Next Tutorial

Convert Temperature Fahrenheit to Celsius Program in C

Fahrenheit and Celsius are two unit for measure temperature. We have standard formula to Convert Fahrenheit to Celsius using this formula you can change temperature Fahrenheit to Celsius.

Formula

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

Program to convert Fahrenheit to Celsius

#include<stdio.h>
#include<conio.h>

void main()
{
 float cel, far;
 clrscr();
 printf("Enter temp. in Fahrenheit: ");
 scanf("%f",&far);
 cel = (far - 32) * 5/9;
 printf("Temp. in Celsius: %f",cel);
 getch();
}

Output

Enter temp. in Fahrenheit: 98
Temp. in Celsius: 36.666668

Prev Tutorial Next Tutorial

Google Advertisment

Buy This Ad Space @$20 per Month, Ad Size 600X200 Contact on: hitesh.xc@gmail.com or 9999595223

Magenet is best Adsense Alternative here we earn $2 for single link, Here we get links ads. Magenet

For Projects 9999595223

Google Advertisements


Buy Websites 9999595223

Buy College Projects with Documentation Contact on whatsapp 9999595223. Contact on: hitesh.xc@gmail.com or 9999595223 Try this Keyword C++ Programs

Advertisements