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
How to create struct variables?
Differentiate between a structure and a union.
What is difference between structure and union?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is the significance of c program algorithms?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is the benefit of using an enum rather than a #define constant?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What language is windows 1.0 written?
Should I learn c before c++?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is non linear data structure in c?
I have a varargs function which accepts a float parameter?
Place the #include statement must be written in the program?