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 |
What is difference between class and function?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What is a down cast?
What are the four partitions in which c++ compiler divides the ram?
What is the difference between stack and heap memory?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
How many namespaces are there in c++?
What are enumerations?
Write a program to find the reverse Fibonacci series starting from N.
what is the basic concept of c++(object oriented programing)
What is c++ virtual inheritance?
Explain the uses oof nested class?