answersLogoWhite

0

Full name of turboc

Updated: 8/18/2019
User Avatar

Wiki User

14y ago

Best Answer

Turbo C

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Full name of turboc
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 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.


What are the graphic functions in C?

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