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 is c++ difficult?
What is the difference between = and == in C?
20 Answers Christ University, Intel,
Is the declaration of a class its interface or its implementation?
When is the copy constructor called?
Are there any new intrinsic (built-in) data types?
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
How do you add an element to a set in c++?
Is c++ a float?
an integer constant must have atleast one a) character b) digit c) decimal point
What does flush do c++?
Why is c++ still used?
What are the types of array in c++?