What is the error in the code below and how should it be corrected?
No Answer is Posted For this Question
Be the First to Post Answer
What is decltype c++?
What is an undefined reference/unresolved external symbol error and how do I fix it?
What is the use of object in c++?
How can we access protected and private members of a class?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is searching? Explain linear and binary search.
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
. 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?
Write about a nested class and mention its use?
What do you mean by function pointer?
What are the strengths of C++?
Do you know the problem with overriding functions?