OK If you have know enough about Turbo C IDE then starting it is very easy and depends on you that how you receives it.
Creating Source Program:
Creating source program is the very first step in developing C Program, In this step we have to write some code in the Turbo C and then we will save it on our computer Hard Drive,
We can save the program by pressing F2 Key or going through the File menu ----> Save.
Compiling the Program:
After saving the program then we have to compile the program, In this process the Turbo C Compiler checks the program for Errors, And if there are some Errors then it detects them and shows to us and if there is no error then its objects file is created automatically,
We can compile the program by pressing Alt+F9 or by going to the Compile menu -----> Compile to OBJ.
Executing the Program:
So we have compile are source program and its object file is created, now next and final step is to execute or run. In this step the results of our written program are shown on the screen,
For Running or executing program we have to press Ctrl+F9 or by selecting RUN menu -----> RUN.
EmoticonEmoticon