What is enum class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between const char* p and char const* p?
Explain what is oop?
. 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 upcasting in C++?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is auto used for in c++?
What is auto type c++?
Live example for static function?
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
Where can I run c++ program?
When a function is made inline. Write the situation where inline functions may not work.
How does code-bloating occur in c++?