This is blog spot created for B.C.A students with a purpose to give help students in their basic ciruculum activites. One stop solution for all your program errors.I would like to share my knowledge for these students with view to make the studying more interesting and interactive.
#include<conio.h> void main() { int fh,cl; clrscr(); printf("\n enter the value of fh"); scanf("\n %d",&fh); cl=(fh-32)/1.8; printf("\n convert celcius %d",cl); getch(); }