Answer Posted / manoj
C Programming language is called as Middle Level Language
because
(i) it gives or behaves as High Level Language through
Functions - gives a modular programming and breakup,
increased efficiency for reusability
(ii)it gives access to the low level memory through
Pointers. Moreover it does support the Low Level
programming i.e, Assembly Language.
As its a combination of these two aspects, its neither a
High Level nor a Low level language but a Middle Level
Language.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the -> in c?
What is #define?
how to write a c program to print list of fruits in alpabetical order?
while initialization of array why we use a[][2] why not a[2][]...?
Which header file is essential for using strcmp function?
Is c is a high level language?
Explain how do you print only part of a string?
What is optimization in c?
How can I sort more data than will fit in memory?
What is the function of this pointer?
Is c is a low level language?
explain how do you use macro?
Write a program to show the change in position of a cursor using c
Explain what is wrong with this statement? Myname = ?robin?;
Why clrscr is used in c?