What is data type in c++?
No Answer is Posted For this Question
Be the First to Post Answer
. 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?
When is a template a better solution than a base class?
What are static variables?
Why c++ is called oop?
What is the difference between the functions rand(), random(), srand() and randomize()?
What is a v-table?
What is c++ hiding?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is :: operator in c++?
What are the 3 levels of programming languages?
What is a hash function c++?
What is the difference between a constructor and a destructor in C++?