Hai why 'c' is the middle language

Answers were Sorted based on User's Feedback



Hai why 'c' is the middle language..

Answer / 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

Hai why 'c' is the middle language..

Answer / rukmanee

'C' is a middle language because it has the faster
programming efficiency as compared to the machine language
or low level language and has faster machine efficiency
also as compared to the high level language..

Is This Answer Correct ?    3 Yes 2 No

Hai why 'c' is the middle language..

Answer / vignesh1988i

C programs are usually written in pure english languages....
so it can be said as high level languages... but at the same
time it can directly operate on Machine level (Bitwise
level) directly... so it can be said as low level
language.... since it is swinging inbetween... C IS CALLED
Middle level language.....


thank u

Is This Answer Correct ?    6 Yes 6 No

Hai why 'c' is the middle language..

Answer / nakul sharma

In any programing language there are two following key aspects,

1. Faster Execution
2. Lesser Development time

C language as compared to Low level language (assembly language) have less faster execution time.

And C language as compared to High level language (Java Language) takes more development time.

Because of the reason above C is known as Middle Level Language.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Interview Questions

I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


What is sizeof return in c?

0 Answers  


Explain how are portions of a program disabled in demo versions?

0 Answers  


How do I use strcmp?

0 Answers  


define switch statement?

6 Answers   CTS,






What are different types of variables in c?

0 Answers  


What is scope rule in c?

0 Answers  


Explain how are 16- and 32-bit numbers stored?

0 Answers  


What is realloc in c?

0 Answers  


What is the difference between ‘g’ and “g” in C?

1 Answers  


write a C program, given number is double without using addt ion and multiplication operator?ex:n=6,ans=12,pls send me ans to goviseenu@gmail.com

6 Answers  


write an algorithm and c program to add two 2x2 matrics

2 Answers  


Categories