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...

why 'c' is called middle level language.

Answer Posted / guest

C is a language that can be used to develop both 'user
applications' and 'operating systems'. It allows you to have
access to the machine language itself if you so choose (inline
asm). Most of the unix operating system is written in C. It is
a great language to start with (IMHO) because it contains the
basic concepts of computer programming. As well as giving you
a feel for what actually goes on in the machine itself. Higher
level languages abstract you from the machine, usually (again
IMHO) focusing more on the rapid development of Applications.
Remembering that C++ was originally developed as C with
classes, learning C is (again IMHO) almost a pre-requisite for
learning C++.

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is array of pointers to string?

1158


What are formal parameters?

1174


What is the use of gets and puts?

1093


What is an expression?

1108


what is the role you expect in software industry?

2200


In a byte, what is the maximum decimal number that you can accommodate?

1198


What is the use of ?: Operator?

1186


What is #include conio h?

1053


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1225


What is difference between structure and union in c?

1036


What are the 5 elements of structure?

1130


What is c standard library?

1271


if p is a string contained in a string?

1891


What does a pointer variable always consist of?

1159


How can I call a function with an argument list built up at run time?

1287