Is there anything you can do in C++ that you cannot do in C?



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

Post New Answer

More C++ General Interview Questions

Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 Answers  


Explain what is oop?

0 Answers  


List the issue that the auto_ptr object handles?

0 Answers  


What is a literal in c++?

0 Answers  


What is the difference between a "copy constructor" and an "assignment operator" in C++?

0 Answers   Genpact,






How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


How do you generate a random number in c++?

0 Answers  


What is a static element?

0 Answers  


when can we use virtual destructor?

7 Answers   HCL, HP, Virage Logic,


What is a namespace in c++?

0 Answers  


What is scope of a variable? (LOLZ)

2 Answers   CA, TCS,


Explain linked list using c++ with an example?

0 Answers  


Categories