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
How can I read/write structures from/to data files?
What is the 'named constructor idiom'?
Can you please explain the difference between syntax vs logical error?
What is file in c language?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is a program flowchart and how does it help in writing a program?
Why isn't any of this standardized in c? Any real program has to do some of these things.
How can I read a binary data file properly?
What is use of integral promotions in c?
What is scanf () in c?
What is the argument of a function in c?
How to create struct variables?
Why array is used in c?
Write a program to check palindrome number in c programming?
Can we declare variables anywhere in c?