Are strings mutable in c++?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is object file? How can you access object file?
Can you sort a set c++?
What is the protected keyword used for?
What is an explicit constructor?
what is the use of templates?
sizeof - is it a function or operator?
is throwing exception from a constructor not a good practice ?
What is new in c++?
Explain the volatile and mutable keywords.
What is the rule of three?
What methods can be overridden in java?