Explain C Program Characteristics & Environment
Get Our Latest Interview Questions: Aptitude, Reasoning, English, GD, HR-PI
Environment Of C Language:
A set of standard libraries and their header files. (Now Que what is header file – read in next page).
A compiler:
(Already read in previous page).
A Linker:
When we are having different - different object code generated from compiler, linker combines them into single executable code, and then run our program.
A Loader:
That load into main memory & linked object code and prepare it for execution.
The Editor:
In which we write the program. Ex: turbo c, dev C++.
Characteristics of C Are:
C is a structured programming language. (Now the question is what is structured programming language – read in next page). Helps in development of system software.
It has reach set of operators (Questions is what is operators – read in next page).
It provides compact representation for expression.
(Now what is expression: In short program we can give our information to computer)
Ability to extend itself by adding functions to its library (Function we learn in next chapter).
No rigid format - Any number of statements can be typed in a single line.
Expert Review: Environment of c tell us, what kind of environment we need to run our c program, without this environment we can not run our c program. And Characteristics tell us the behavior of c programming, in according to his behavior or rules we have to make program.
Enter Your Email Address To Get Our Latest Programming Updates In Your Mail / Subscribe Our Updates In Your Mail: