Answer Posted / t.saranya
Bjarne storustrup
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is main function in c++ with example?
Will the following program execute?
What is unary operator? List out the different operators involved in the unary operator.
Do you need a main function in c++?
What are abstract data types in c++?
What is the use of pointer in c++ with example?
Differentiate between late binding and early binding. What are the advantages of early binding?
Define the process of handling in case of destructor failure?
What are the advantages of inheritance in c++?
Which should be more useful: the protected and public virtuals?
Is c++ a dying language?
. 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?
Is ca high or low level language?
What is c++ manipulator?
Difference between pointer to constant vs. Pointer constant