What is the best c++ book?


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

Post New Answer

More C++ General Interview Questions

What is the sequence of destruction of local objects?

0 Answers  


What is the purpose of extern storage specifier?

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


Define private, protected and public access control.

0 Answers  


Floating point representation and output seems to be compiler dependent?

1 Answers  






What are c++ manipulators?

0 Answers  


What is a c++ vector?

0 Answers  


Is it legal in c++ to overload operator++ so that it decrements a value in your class?

0 Answers  


What is the difference between Char a[ ]=”string” and char *a=”String”

11 Answers   Adobe,


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


What does flush do?

0 Answers  


What does it mean to declare a member variable as static?

0 Answers  


Categories