Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

write a programme to convert temperature from farenheit to celcius?

Answer Posted / ramprasad

void main()
{
int a,b,c;
float d;
printf("Enter the farenheit value:");
scanf("%d",&a);
c=a/32;
d=c/1.8;
printf("The celcius value is\n",d);
getch();
}

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

show how link list can be used to repersent the following polynomial i) 5x+2

2402


State two uses of pointers in C?

1111


How can I do peek and poke in c?

1138


What are header files and what are its uses in C programming?

1341


What is the use of #define preprocessor in c?

1125


What are the properties of union in c?

1111


Is python a c language?

1057


If fflush wont work, what can I use to flush input?

1155


List some of the static data structures in C?

1245


What is data types?

1143


What is structure pointer in c?

1095


What is a list in c?

1087


What is difference between structure and union in c?

1042


What is bin sh c?

1099


How can I convert a number to a string?

1256