3/30/21

C Program to Convert Fahrenheit to Celsius.


C Program to Convert Fahrenheit to Celsius. 


#include<stdio.h>
#include<conio.h>
void main()
{
float f,c;
printf("Enter the temperature(f)=");
scanf("%f",&f);
c=(f-32)*5/9;
printf("Answer is=%f C",c);
getch();
}

Output :- 





2 comments:

  1. Expert project management and a solutions-oriented approach highlight their work.
    designing company

    ReplyDelete
  2. Your contents are too straightforward to browse and easy to understand.
    professional web design company

    ReplyDelete

Like us on facebook

blogger templatesblogger widgets

Follow on Twitter

Linkedin

Categories

Mad About Computer. Powered by Blogger.