Hai why 'c' is the middle language

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the __date__ and __time__ preprocessor commands?

564


hi send me sample aptitude papers of cts?

1646


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

638


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1756


Can an array be an Ivalue?

657






What are the scope of static variables?

595


If I have a char * variable pointing to the name of a function ..

641


Explain what is the difference between far and near ?

639


a program that can input number of records and can view it again the record

1476


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2528


What are integer variable, floating-point variable and character variable?

598


What are type modifiers in c?

615


What is the use of getchar functions?

670


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

615


Are negative numbers true in c?

590