Is there anything you can do in C++ that you cannot do in C?
Answer / 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 |
Why do C++ compilers need name mangling?
What is an arraylist c++?
How can a struct in c++ differs from a struct in c?
What is a far pointer? where we use it?
What are advantages and disadvantages of Design patterns?
Why do we use double in c++?
What can I use instead of namespace std?
What do you mean by function overriding & function overloading in c++?
Explain bubble sorting.
What are features of c++?
What is the function to call to turn an ascii string into a long?
Explain linked list using c++ with an example?