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 a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is the maximum length of an identifier?
Define the scope of static variables.
What is %g in c?
What are the primitive data types in c?
what is bit rate & baud rate? plz give wave forms
Why do we use null pointer?
Mention four important string handling functions in c languages .
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
How can I ensure that integer arithmetic doesnt overflow?
Explain how can I right-justify a string?
Explain what is wrong with this program statement? Void = 10;
What is the right type to use for boolean values in c?
What is the use of extern in c?
Write a program to know whether the input number is an armstrong number.