Is java as fast as c++?
No Answer is Posted For this Question
Be the First to Post Answer
When can you tell that a memory leak will occur?
Are iterators pointers?
Can I run c program in turbo c++?
Which bit wise operator is suitable for turning off a particular bit in a number?
What is the purpose of template?
What is the sequence of destruction of local objects?
What do you mean by vtable and vptr in c++?
What is the use of register keyword with the variables?
What are c++ tokens?
Name the operators that cannot be overloaded 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?
Can we make copy constructor private in c++?