Convert Fahrenheit to Celsius in C program

Fahrenheit to Celsius in C

Here, you will get example code to convert Fahrenheit to Celsius in c program. Formula to convert Fahrenheit to Celsius is the following:

Fahrenheit to Celsius formula

Celsius = (Fahrenheit – 32) * (5/9)

100 Fahrenheit to Celsius

Result=(100°F − 32) × 5/9

= 37.778°C

Convert Fahrenheit to Celsius in C program

Output

Input temperature in Fahrenheit: 102
102.00 Fahrenheit = 38.89 Celsius

 

 

Check out our other C programming Examples

 

 

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top