answersLogoWhite

0

What is the mainpart of turbo-c?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

It has more than one main parts: editor, compiler, linker, debugger, help-system

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

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

Full name of turboc?

Turbo C


Give the environment of turboc with its function?

Function getenv.


What is the header file of graphics?

The header file of graphics in TurboC is graphics.h


How do you install turboc compiler?

Try to execute INSTALL.EXE I will suggest to use Dev- C++ OR code Blocks IDE instead of turboC because it is old and not good with new windows versions. although if you want to install turbo c , just type in a good search engine "install turboc compiler",and you will find a number of results for download and install help.


What is initgraph?

A function in Borland's graphics library in TurboC; switches to graphics mode.


When your program is in run time mode you can save your program?

If this question is about TurboC for DOS, then no.


What is .bgi files in c?

In C: nothing in TurboC: datafiles, necessary to graphics modes


What are the different Turbo C operators?

TurboC is a program, the language is C Some of the operators are: . -> * [] () , ?: = == < <= > >= != + += ++ - -= -- % %= / /= << <<= >> >>= ! ~ ^ & &= && | |=


What is turbo c-language?

Nothing. C is the language, TurboC is an Integrated Developing Environment (IDE).


Where can you find a sample program to draw a pie chart in a C program?

in BGIDEMO.C, part of TurboC


How compile c programm without c editor?

Editor is not part of the compilation.For TurboC its TCC myfile.c


What mean of RUN in c?

Nothing. In TurboC, though, it means: Compile, Link and Execute the current program.