answersLogoWhite

0

Why turbo c language is called turbo c?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

Turbo Pascal and Turbo C were early programs written by Borland for the IBM PC. They were compilers for Pascal and C, respectively, that ran much faster than other compilers for those languages at the time. Thus they were named Turbo because they were fast.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why turbo c language is called turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is Turbo C download used for?

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.


What is difference between Turbo and Borland C?

turbo is word to do the programming language in c & c++ and i do no about borland


What has the author Eric P Bloom written?

Eric P. Bloom has written: 'The Turbo C++ trilogy' -- subject(s): C (Computer program language), C++ (Computer program language), Turbo C (Computer file), Turbo C++ 'Turbo C Plus Plus Trilogy' 'The C trilogy' -- subject(s): C (Computer program language)


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


To develop a taj mahal using c-language programming in turbo c plus plus?

turbo c


Who developed turbo C language?

Well, TurboC is not a language, it is an IDE (Integrated Developing Environment), it was developed by Borland (based on an older program called Wizard C).


What is turbo c-language?

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


Differentiate C plus plus and Turbo C?

Turbo C is a software where C or C++ programming environment resides in.But C++ is itself a programming language.


Are turbo c and c language the same?

Not necessarily. You would need to look at conformance level, particularly since Turbo C is obsolete.


Who is the founder of turbo c?

Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.


What are the different Turbo C operators?

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


Who invented the turbo c?

HISTORY of Turbo C C stands for COMBINED PROGRAMMING LANGUAGE. Sometimes called SYSTEM PROGRAMMING LANGUAGE or SPL. C parallels with UNIX in 1969, by Bell Laboratories that sought an alternative to the Multics operating system for PDP-7 computer. The original version of Multics operating system was written in assembly language. The reason why the language is called C is that it is the successor to the language called B which was developed by Ken Thompson in 1970 while working on DEC PDP-7. B was the successor the language called BCPL (Basic Combined Programming Language) which was developed by Martin Richards. The C Language was designed in 1972 by Dennis Ritchie and first implemented at Bell Laboratory using DEC PDP-11 computer. In 1978 Brian Kernighan and Dennis Ritchie wrote the famous book called THE C PROGRAMMING LANGUAGE. C is often called a Middle Level Language but has a functionalism of a high-level language and assembly language. C has only 32 keywords (27 from Kernighan and Ritchie standard and 5 added by the ANSI Standardization committee). Programming is a series of individual instructions to the computer that collectively perform a meaningful task. It is the act of writing or coding computer instructions. Program Source Code is the finished encoded instructions. Programmer is the one who write the computer program and the first lady programmer is Lady Augusta "Ada" Byron. Translator is use to transform the source code into a machine language that the computer can understand. Linker is use to adjust the translated source file so that the program will run. Linking is usually distinct from the compiling process on a machine running MS-DOS.