Does dev c++ support c++ 11?
No Answer is Posted For this Question
Be the First to Post Answer
what is data abstraction in C++?
If a header file is included twice by mistake in the program, will it give any error?
What is a Default constructor?
Can we define function inside main in c++?
What does it mean to declare a member variable as static?
What are references in c++?
Explain polymorphism?
Floating point representation and output seems to be compiler dependent?
What is a "Copy Constructor"?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Give example of a pure virtual function 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?