What does std mean 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?
Why #include is used?
Is c++ a software?
What is a pointer how and when is it used?
In a function declaration, what does extern mean?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Compare compile time polymorphism and Runtime polymorphism
What is name mangling?
Name the implicit member functions of a class.
Write about the stack unwinding?
What are the techniques you use for debugging?
Difference between inline functions and macros?