WHAT'S NEW?
Loading...

Compiling a C-Program in Turbo C

In Turbo C IDE, when the code written in the editor is ready to compile, go to compile menu in Menu bar of Turbo C IDE and Click compile. Shortcut Key: Alt+F9. If your code is error free then the successful compilation will produce file_name.obj file in the tc\bin directory.

To run the compiled code, the command is: Ctrl+F9. This produces file_name.exe which is an executable file and can execute independently.