List the characteristics of C Language?
Answers
Answered by
1
Explanation:
Characteristics of 'C' Language :-
- Small size.
- Extensive use of function calls.
- Loose typing - unlike PASCAL.
- Structured language.
- Low level (BitWise) programming readily available.
- Pointer implementation - extensive use of pointers for memory, array, structures, and functions.
Follow me!!!❤
Answered by
0
Characteristics of C
Small size.
Extensive use of function calls.
Loose typing - unlike PASCAL.
Structured language.
Low level (BitWise) programming readily available.
Pointer implementation - extensive use of pointers for memory, array, structures and functions.
Explanation
It was mainly developed as a system programming language to write an operating system. The main features of C language include low-level access to memory, a simple set of keywords, and a clean style, these features make C language suitable for system programmings like an operating system or compiler development.
Pls mark me as brainliest answer and give more likes
Similar questions