answersLogoWhite

0

What is the mainpart of turbo-c?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

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

User Avatar

Wiki User

13y ago

What else can I help you with?

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


What are the graphic functions in C?

None. You should ask about TurboC, or MsWindows, or X11, or whatever platform you use.


What mean of RUN in c?

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