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 is C called a middle-level language?

Answer Posted / nashiinformaticssolutions

It combines features of high-level and low-level languages.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some of the static data structures in C?

1202


Explain what is the difference between functions abs() and fabs()?

1187


Which is best linux os?

1028


How can you check to see whether a symbol is defined?

1104


Explain what is a pragma?

1051


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2505


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1254


What is hash table in c?

1025


What are linked lists in c?

1132


Is c call by value?

1021


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

1114


What are the differences between Structures and Arrays?

1216


What is the difference between functions getch() and getche()?

1098


What is an endless loop?

1280


Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?

2580