- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to convert Celsius to Fahrenheit and Fahrenheit to Celsius?
Celsius to Fahrenheit
The formula to convert temperature from Celsius to Fahrenheit is $(C \times \frac{9}{5}) + 32° = F.$. For example, 0 degrees Celsius in
Fahrenheit is $F = (0\times \frac{9}{5}) + 32$
=> F = 32°
Fahrenheit to Celsius
The formula to convert temperature from Fahrenheit to Celsius is $C = \frac{5}{9} \times (F - 32)$
For example, 212 degrees Fahrenheit in Celsius is
$C = \frac{5}{9} \times (F - 32)$
= $(212 - 32) \frac{ 5}{9}$
= 100°C$
- Related Articles
- How to convert Fahrenheit into Celsius and, Celsius into Fahrenheit ?
- How to convert Celsius into Fahrenheit?
- How to Convert Celsius To Fahrenheit using Python?
- C# Program to Convert Fahrenheit to Celsius
- C++ program to convert Fahrenheit to Celsius
- Convert Fahrenheit to Celsius using C Program
- Relation Between Celsius and Fahrenheit
- How to Convert Temperature Units between Celsius, Kelvin and Fahrenheit in Excel?
- C# Program to perform Celsius to Fahrenheit Conversion
- Program for Fahrenheit to Celsius conversion in C
- Program for Celsius To Fahrenheit conversion in C++
- Explain the conversion of Celsius and Fahrenheit.
- Write a program in Python Pandas to convert a dataframe Celsius data column into Fahrenheit
- What is the difference between the Celsius and Fahrenheit scales?
- What is the formula to convert temperature in the Fahrenheit scale to the Centigrade or Celsius scale?

Advertisements