Unit 2 1.2 Components of Turbo C Flashcards
It is more than just a version of the C language. Rather, it includes a complete environment in which to create, test, and run programs.
Turbo C
It is used to create program source code.
Editor
This version of C is significantly extended from the “base bone”
language of Ritchie’s specifications. The extension includes enhancement which make
the Turbo C compatible with the new proposed and ANSI Standard.
Extended C language
It is used to convert source code into machine code or binary code
Compiler
It is used for testing program and locating programming errors
Debugger
Time Environment is the capability for running programs within the Turbo C system.
Run
The various features of Turbo C are integrated into a single program
which allows you to smoothly proceed from source – code entry to compilation to
debugging to running without ever leaving the Turbo C environment.
User Interface