answersLogoWhite

0

Decision programs of turbo-c

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

What's about them?

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you save turbo c programs in turboc?

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


How can you put colours in 'C' programs?

Platform-dependent. I guess you are using TurboC, so it is SetTextColor and SetBackgroundColor from conio.h


Which type of c program can be run on windows 7?

I guess you wanted to ask: why don't DOS-programs (like TurboC and programs generated by TurboC) run on Windows 7? Answer: it is by design; unlike older versions, Windows 7 doesn't have a built-in DOS-emulator. Download and use DosBox.


Is there any graphics program in c?

Search for BGIDEMO.C in your TurboC. There are thousands. Many Unix/Linux graphics programs are written mainly in C or C++, including X itself.


How can run Terminate and Stay Resident program in windows platform using turboc plus plus?

Terminate and Stay Resident (TSR) programs are a DOS concept, not a Windows concept.


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

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