Who discovered c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What happens if an exception is throws from an, object's constructor and object's destructor?

4 Answers   Wipro,


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


What return value must conversion operators have in their declaration?

0 Answers  


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

0 Answers  


What is the basic structure of a c++ program?

0 Answers  






What is virtual methods?

0 Answers  


Describe the advantage of an external iterator.

0 Answers  


How do you clear a map in c++?

0 Answers  


Is c++ still being used?

0 Answers  


Do you know what are pure virtual functions?

0 Answers  


Is there any difference between dlearations int* x and int *x? If so tell me the difference?

16 Answers   Lason,


What is the purpose of the "delete" operator?

0 Answers  


Categories