That's sad.
turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.
when we execute the program.
Answer1. When you save file using extension ".c" the program executes using "C" compiler and it cannot execute any other program which is not in "C".So, we cannot execute program in "C" which is not in "C".2. When you save file using extension ".cpp" the program executes using "C++" compiler and it can execute program of "C" but it should be saved with extension ".cpp".So, There is a program which is not in "C++" can be executed in "C++" compiler.Another answerYour question is ambiguous. 1. Okay in C++ but not in C:int main (void){ cout
Compile, link and execute them.
Compile and link it into an executable.
for (;;) ...statement...;
Zero or more.
Just write the name of that program. For example, if you want to execute abc.exe under c drive then just execute following commands: c:\> abc and press enter.
C:> TCC.EXE foobar.c C:> foobar.exe
Build it, link it, run it.
Your program is portable if you can compile and execute it on different platforms.
Some of them are: Load, Save, Compile, Link, Execute.