Answer Posted / manish soni
1.c is supprt top down approach while cpp support bottom up
approach.
2.c can't handle big program while cpp can do this task.
manish soni TBC jaipur
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain about the constants which help in debugging?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What the advantages of using Unions?
What is return type in c?
Explain what is the difference between the expression '++a' and 'a++'?
What does %2f mean in c?
What is s in c?
what is the height of tree if leaf node is at level 3. please explain
Why is c platform dependent?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
In which header file is the null macro defined?
write a program to create a sparse matrix using dynamic memory allocation.
What is file in c language?
What are the rules for the identifier?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9