What is the most common mistake on c++ and oo projects?


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

Post New Answer

More C++ General Interview Questions

Program to check whether a word is a sub-string or not of a string typed

0 Answers  


What is the use of volatile keyword in c++? Give an example.

1 Answers  


What is a map in c++?

0 Answers  


Refer to a name of class or function that is defined within a namespace?

0 Answers  


Explain unexpected() function?

0 Answers  






Explain the use of this pointer?

0 Answers  


What is stack unwinding?

0 Answers  


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Explain "const" reference arguments in function?

0 Answers  


What is the extension of c++?

0 Answers  


Why would you make a destructor virtual?

3 Answers   Lehman Brothers,


Which is the best c++ compiler for beginners?

0 Answers  


Categories