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
Is it better to bitshift a value than to multiply by 2?
Explain the array representation of a binary tree in C.
What is the difference between far and near ?
Why is %d used in c?
What are the 4 types of functions?
Is exit(status) truly equivalent to returning the same status from main?
Can you pass an entire structure to functions?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is the difference between single charater constant and string constant?
Can we assign integer value to char in c?
Is struct oop?
to find the closest pair
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Differentiate between declaring a variable and defining a variable?
Can we add pointers together?