Difference between pointer to constant and constant pointer to a constant. Give example.
What is the two main roles of operating system?
What is the best ide for c++?
What are friend classes? What are advantages of using friend classes?
What does it mean to declare a destructor as static?
What do you mean by pure virtual functions in C++? Give an example?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What information can an exception contain?
Which is best c++ or java?
What is time_t c++?
if there is binary tree which one is the easiest way to delete all child node?
How do you traverse a btree in backward in-order?
What are the various operations performed on stack?