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
provide an example of the Group by clause, when would you use this clause
Why c is called free form language?
Sir i need notes for structure,functions,pointers in c language can you help me please
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
Where are c variables stored in memory?
What is the translation phases used in c language?
What is string in c language?
Explain what’s a signal? Explain what do I use signals for?
In which language linux is written?
How many levels of indirection in pointers can you have in a single declaration?
Where can I get an ansi-compatible lint?
When we use void main and int main?
Are there constructors in c?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What is data structure in c and its types?