Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is difference between array and structure in c?

0 Answers  


Diff between for loop and while loop?

2 Answers   TCS,


write a program to find out prime number using sieve case?

0 Answers   HCL,


What is ctrl c called?

0 Answers  


What is volatile variable in c?

0 Answers  


1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.

4 Answers   Ignou, TCS,


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


When should I declare a function?

0 Answers  


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


What is a good data structure to use for storing lines of text?

0 Answers  


void main() {int a[5],i,b=16; for(i=0;i<5;i++) a[i]=2*i; f(a,5,b); for(i=0;i<5;i++) printf("\n %d",a[i]); printf("\n %d",b); } f(int *x,int n,int y) { int i; for(i=0;i<n;i++) *(x+i)+=2; y=y+2; }wat r the errors in the prg.and improvise the prg to get o/p.?

2 Answers   TCS,


Categories