Q. Why C is called middle level language?
Ans.
It is common question in interview that why C language is called a Middle level language? Before find out this answer, you should familiar with following term:
- C programming language behaves as high level language through function, it gives a modular programming and breakup, increased the efficiency for resolvability.
- C programming language support the low level language i.e. Assembly Language.
- C language also gives the facility to access memory through pointer.
- Its combines the elements of high-level languages with the functionalism of assembly language.
So, C language neither a High Level nor a Low level language but a Middle Level Language.
Learn also:
- What is the use of C program in real life?
No comments:
Post a Comment