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
Explain what happens when a pointer is deleted twice?
What are the operators in c++?
What are the steps in the development cycle?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
Which sort does c++ use?
What is helper in c++?
What is auto type c++?
What is the meaning of c++?
Briefly describe a B+ tree. What is bulk loading in it?
What is data hiding c++?
How do I get good at c++ programming?
What is time h in c++?
Why do we use double in c++?
What is a hash function c++?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be