answersLogoWhite

0

What are the example command of turbo c?

Updated: 8/20/2019
User Avatar

Wiki User

12y ago

Best Answer

TurboC does have commands, some of them are: Load, Save, Compile, Link, Execute.

I don't know what do you mean by 'example command'.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the example command of turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are examples of turbo c?

1. Turbo C is an example of Integrated Developing Environment. 2. Turbo C has example programs, the most important is bgidemo.c


How do you pass command line arguments using turbo in c compiler?

In the Options menu the Arguments command.


Command for run a c prog in turbo c compiler?

It is 'Run'. Key-combination: Ctrl+F9


What is turbo c programm?

BGIDEMO.C is an example.


How do you compile and execute a 16 bit compiler program from a command prompt?

Compiler-dependent. If you have Turbo C, it will be command TCC


How to you use clear screen in turbo C?

by using "clrscr" command at starting of the program


Example of deposit or withdrawal in turbo c?

the definition of deposit and withdrawal


How do you save turbo c programs in turboc?

Press key F2, or select command Save from menu File.


What is the basic syntax of C?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


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++.


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C