answersLogoWhite

0


Best Answer

A function, defined in conio.h. Use the help.

User Avatar

Lenny Schumm

Lvl 10
1y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

Programming in C using the "Turbo C" integrated development environment (IDE) from Borland.

Nothing fancy, it is orthodox C Programming; in stead of typing the code in a text editor such as vi, you type in an IDE editor, and then in stead of running compiler, linker from command-line, you have buttons in the IDE. Like in Visual Studio.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

HISTORY OF TURO 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.

____

ALGORITHM

An Algorithm is a series of instructions that performs a specific task; It is a procedure that can be used to solve a particular problem.

An Algorithm is a list of instructions for carrying out some problems step by step.

Sequence - All programs are based on sequential execution of sequence instructions.

Decision - The primary way in which you can alter the sequential execution of the statements is to insert a decision step.

Branching is a decision steps that lets the execution flow in two or more directions.

Iteration - is often called looping. It causes an iteration instruction or a set of instructions to be executed repeatedly. Features of C-Language 1. Compact - C has only 32 standard keywords. Manufacturers of C-Compact language compilers are free to use additional keyword. 2. Structured - C permits certain portions of a program to have structured private access to data items stored in the computer memory, as well as the access to data items that are accessible by the rest of the program. 3. Portable - tasks that requires interaction with peripheral device; Portable such as disk drives or the video display, can be handled by standard library routines, which are not part of the c-language itself. 4. Flexible - C has proved to be suitable for variety of programming tasks. C allows relatively unrestricted conversion of data from one type to another, such as the conversion of character to its numeric equivalent. DIFFERENCES BETWEEN PASCAL AND C LANGUAGE 1. In Pascal, you can use lower case and uppercase but in C, you are only allowed to use lower case only for input and output.1. In 2. In Pascal comments are enclosed by { } or (* *); In C comment are enclosed in /* */ 3. In Pascal, we use BEGIN and END in C {left curly braces signifies the beginning of the program while right curly braces signifies the end of the program. 4. In Pascal, (;) semicolon is used as statement separator. While in C, it is a statement terminator. 5. In Pascal, we use write or writeln to print the output list. In C, printf as write and printf("backslash n") for writeln. 6. In Pascal, we use read or readln to read from the keyboard. In C scanf, gets, getch, getche, getchar in different kind usage. 7. In Pascal it uses unit file, in C built in header file. 8. In Pascal libraries, in C its header file and libraries. BASIC ELEMENTS OF C PROGRAMMING LANGUAGE 1. Directives - Instructs the C preprocessor to act on text of directives the program. 2. Declarations - Establish names and define characteristics such as size, scope, and data types. 3. Definitions - are declarations that allocate storage. 3.1 Function definition - declares the function name, its parameters, and the data type of the value it returns. 3.2 Statement order - affects how you can use variables and statement order functions. BASIC COMPONENTS OF A PROGRAM 1. Programs must obtain information from some input source 2. Programs must decide now this input is to arranged and stored 3. Programs must use a set of instructions to manipulate the input 3.1 Single statement 3.2 Conditional Statements 3.3 Loops 3.4 Subroutines 4. Programs must report the results of the data manipulation 5. Well written application incorporates all of the fundamentals just listed, expressed in good modular design, self-documenting codes and good indention scheme.

This answer is:
User Avatar

User Avatar

Wiki User

8y ago

Turbo C was a type of compiling program suite for C programming by Borland for the Integrated Development Environment. It was a small and fast type of programming that was affordable and came with easy-to-use manuals.
"Turbo C" is simply the brand name used by Borland to describe the integrated development environment that supplemented their implementation of the C language. Presumably the "turbo" aspect simply implied you could produce programs quicker in their environment than in a competitor's environment. Turbo C was replaced by Turbo C++ in 1990.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

turbo-c is a compiler made by borland (which no longer makes compaliers).

programming in turbo-c is as programming in standart c with the restrictions of turbo-c compiler.

today more commonly used is the gcc

note: turbo-c also has a full ide where gcc is a compiler only, which you can use with a separate ide such as notepad++ or eclipse.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Your question makes no sense.

Actually it makes perfect sense and is a very good question, most modern compilers are written in the language they compile. It makes them easier to update, test, and maintain. C compilers are written in C, Pascal compilers are written in Pascal, Ada compilers are written in Ada, Fortran compilers are written in Fortran, etc. If the old compiler can successfully compile the new compiler and the new compiler can successfully itself, it makes a very effective and easy to run test case that the new compiler works correctly.

Compilers don't have to be written in the language they compile, but it has become almost general practice to do so, as explained above.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

Turbo C is an old variant of the C language, called Turbo because it compiled very quickly compared to the other compilers of the day. It is / was a full featured C language, if that is what you are asking.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

It is creating C-programs using an IDE (Integrated Developing Environment) called TurboC.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the history of Turbo C program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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)


Who is the founder of turbo c program?

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.


Basic parts of TURBO C program?

Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs


How do you load a program in turbo c?

File/Open


How can you use turbo c in Window7?

With program DosBox,


What is turbo c variables?

Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.


Can you write a C program Without turbo C IDE?

Yes you can write a C program without using turbo C IDE. All you need is a text editor like notepad where you can write your codes and after writting them save the file with .c extension. But for compilling and running the code you will be needing turbo C IDE.


What are the differences of turbo c plus plus and mother program?

No idea what mother program is, but I assume you mean how does Turbo C++ compare to the ISO C++ standard. The last version of Turbo C++ came out in 2006 and was compliant with the standard at that time. However, Embarcadero (the current owners) no longer support Turbo C++, thus it no longer complies with the current ISO standard.


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: . -> * [] () , ?: = == < <= > >= != + += ++ - -= -- % %= / /= << <<= >> >>= ! ~ ^ & &= && | |=


What is the real history of turbo C?

Why, what is the fake history of it? Consult wikipedia, anyways.


For loop program turbo c making a right triangle?

yes