answersLogoWhite

0

That's sad.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


What is runtime in c?

when we execute the program.


Program that is executed in c but not in c?

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


How do you use c program?

Compile, link and execute them.


How a c program execute?

Compile and link it into an executable.


How do you execute the statement repeatedly with out using whileloop in c?

for (;;) ...statement...;


How many files are created in c when we execute a program?

Zero or more.


How do you open a dos command prompt?

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.


How do you compile and execute a C program from a command prompt in turboc compiler in 32 bit XP?

C:> TCC.EXE foobar.c C:> foobar.exe


What are the steps to execute a c plus plus programme?

Build it, link it, run it.


How is C program portable?

Your program is portable if you can compile and execute it on different platforms.


What are the commands in turbo C?

Some of them are: Load, Save, Compile, Link, Execute.