How to fix “unable to open stdio.h in Turbo C” error?
Whenever I compile my program, I get the error above. Amit If you have problems like that, first of all your TC folder put in to the C:..drive. after completing installation open turbo c blue screen. there is a OPTIONS > Directories ..in that you can see for option to set up path.. include directories..you can set path there now.. C:\TC\INCUDE libraries Directories..you can set path there... C:\TC\LIB if you want to store your output in BIN then you can set.. C:\TC\BIN ..otherwise you can set another path where you want to store your output.. Finally you can give OK and finished processes.. It