answersLogoWhite

0

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.

User Avatar

Wiki User

11y ago

What else can I help you with?

Continue Learning about Engineering
Related Questions

How do you download turbo c?

first what is urbo c?


How do you download a turbo c?

With FTP or HTTP.


You want to download turbo c plus plus?

You can download a free trial version of Turbo C++ Builder from Embarcadero's website. See related links below.


How do you download turbo c plus plus?

hotel and loding


How do you download Turbo C p?

Right click, then 'Save'


What is the differentiate of turbo c from turbo c plus plus?

Turbo C compiles c source. turbo c++ compiles c++ source code.


How do you download Turbo C plus plus 4.5 for free?

Turbo C++ originally belonged to Borland but was bought by Embarcadero. Free trial versions are available from their website (see related links below).


Where can you download a free turbo c plus plus tutorial?

You can download Turbo C++ from the Embarcadero website for free. Embarcadero now own and develop all CodeGear products previously owned and developed by Borland, including the latest version of C++ Builder.


How do you run Turbo C plus plus in Windows 7?

Download the modified version of Turbo C++ that is suitable for modern Windows platforms, including Windows XP, Windows Vista, Windows 7 and Windows 8. See sources and related links, below, for a link to a suitable download.


How turbo c executes c as well as c?

turbo c cannot execute c++ as well..since c++ is the superset of c .the cprograms can be compiled in turbo c++.


How do you install Turbo C plus plus on Windows XP?

Borland Turbo C++ is a 16-bit DOS implementation of C++. As such it cannot be run natively on 32-bit architecture, including Windows XP. Emulation programs such as Dosbox can be used to emulate a virtual 16-bit environment, however you will need to install a slightly modified version of Turbo C++ that is capable of running within this environment.


Syntax of turbo c?

+ += - -= * *= / /= % %= = == != <= >= & && | ^ ~ << <<= >> >>= , [] () are the basic operator in TURBO C