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 the benefit of using an enum rather than a #define constant?
explain what is fifo?
Using which language Test cases are added in .ptu file of RTRT unit testing???
pierrot's divisor program using c or c++ code
Explain how does flowchart help in writing a program?
What is array of structure in c programming?
What is difference between static and global variable in c?
What does a function declared as pascal do differently?
What are header files why are they important?
What does the file stdio.h contain?
When is a “switch” statement preferable over an “if” statement?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
Write a program for Overriding.
Tell me with an example the self-referential structure?
What is the use of f in c?