Vision and dreams are the blueprints of soul and achievements.
-Mohammed Ahmed F

Celsius to Fahrenheit convertor

Celsius To Fahrenheit

  #include <stdio.h>
  #include <conio.h>
  void main()
  {
      float c, f;
      clrscr();
      printf(" Enter temp in centigrade: ");
      scanf("%f",&c);
      f = ( 1.8 * c ) + 32;
      printf(" Temperature in Fahrenheit = %f", f);
      getch();
  }

Share this

Related Posts

Dear User,

Thank you for your comment. Hope you like this blog. Kindly share us on Social Media so others can be updated.

-Chief Administrative Officer.

Note: only a member of this blog may post a comment.