Saturday, December 4, 2010

Simple C Programs 1. to convert temperature in Degree Celcius and Degree Kelvin

/* C program to accept the temperature in Fahrenheit and convert it into degree Celsius and degree Kelvin*/

#include"stdio.h"
main()
{
float t,a,c,b;
printf("Enter the Temperature in Fahrenheit: \n");
scanf("%f",&a);

/* C is temp in degree Celsius and t in Kelvin*/

c=0.55*(a-32);
t=C+273.15;

printf("/n temperature in degree Celsius is :%f",c);

printf("/n temperature in degree Kelvin is : %f",t);
}

--------------------------------------


this was the program to convert it.
Thanks,
Tushar Khoje




Download RealPlayer for FREE

About New Ideas


hi Guys as i said that i am going to Start the Blogging so i would like to tell that we are going to learn and Discuss about come new topics as follows


1. C Programming
2. Microsoft offices(Word, PowerPoint,Access, Excel)
3. Knowledge about Windows some Tricks, how to make it Good accessible faster
performance and much more ....
4. General Computer h/w Problems.
5. General Computer S/w Problems.
6. Games (which i love to play Too much)

so plz give your suggestion about these items or Problems that you faces or the things you want to know.

i Will found myself Glad to solve that.


thank you,
Tushar Khoje


copyright @ Tushar H. Khoje
------------------------------------------------


Download RealPlayer for FREE

Abput New Things

hi there all sorry for late responses but in this between period i was little bit busy hence was not blogging but now i am again starting the Blogging and i will provide more and more new things to you,

Thanks,
Tushar Khoje



Download RealPlayer for FREE