answersLogoWhite

0

Full name of turboc

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

Turbo C

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

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 are the different Turbo C operators?

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


What is .bgi files in c?

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


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

in BGIDEMO.C, part of TurboC


What is turbo c-language?

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


What are the graphic functions in C?

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


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.