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

What do you mean by internal linking and external linking in c++?

1 Answers  


What are the various storage classes in C++?

0 Answers   Fidelity,


How does list r; differs from list r();?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


founder of c++

7 Answers   Microtek, TCS, TeleCommand,






What are smart pointers?

0 Answers  


Why is c++ difficult?

0 Answers  


Is it possible to get the source code back from binary file?

1 Answers  


What is c++ coding?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


Why is it difficult to store linked list in an array?

6 Answers   Infosys, Lucent,


Explain the isa and hasa class relationships. How would you implement each?

0 Answers  


Categories