Is there anything you can do in C++ that you cannot do in C?
Answer Posted / neelam saini
No. There is nothing you can do in C++ that you cannot do in C. After all you can write a C++ compiler in C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Write a program to find the Fibonacci series recursively.
What are the advantages of early binding?
what kind of projects are suitable for c and c++
What is the copy-and-swap idiom?
What are the data types in c++?
What you know about structures in C++?
What are c++ tokens?
Write syntax to define friend functions in C++.
What is the extension of c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
What is setf in c++?
What is the type of this pointer in c++?
Why we use #include iostream in c++?
What is the role of static keyword for a class member variable?