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
What is file in c preprocessor?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is context in c?
write a program for the normal snake games find in most of the mobiles.
Why is c called c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What Is The Difference Between Null And Void Pointer?
how can use subset in c program and give more example
How can I make sure that my program is the only one accessing a file?
What is array in C
What is strcpy() function?
What is the difference between local variable and global variable in c?
What are dangling pointers in c?
What is the difference between int main and void main in c?
What is the value of c?