Introduction to "C" Language:
- C and C++ (used for writing system software). "c" language is High level Language. It is user friendly language. User can understand and learn High level language easily. The instruction of HLL are written in English statements.
- HLL programs are easily to modify, debug and more reliable then other programming language.
Types of HIGH LEVEL Language:
Structured Programming language:- A programming language in which the logic of the program is divide into a number of smaller section or modules.
- Each section of the program performs a specific function.
- These program are easy to write, debug and modify.
Un-Structured Programming Language:
- A programming Language in which the logic of the program is written in a single module.
- It is very difficult to detect any error in the program.
- Its is readablity is difficult.
No comments:
Post a Comment