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

Tell me can the size of an array be declared at runtime?

0 Answers  


What is structure padding and packing in c?

0 Answers  


The file stdio.h, what does it contain?

0 Answers  


what is differnence b/w macro & functions

1 Answers  


What is the difference between a string and an array?

0 Answers  


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


Can the curly brackets { } be used to enclose a single line of code?

0 Answers  


write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā€œ%dā€,x); }

8 Answers   Vector,


What is an lvalue?

0 Answers  


write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


Categories