What is the most common mistake on c++ and oo projects?
No Answer is Posted For this Question
Be the First to Post Answer
Explain dangling pointer.
What is the c++ programming language used for?
Define a nested class. Explain how it can be useful.
What are the three forms of cin.get() and what are their differences?
What is an operator in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Is c++ used anymore?
What is the difference between delegation and implemented-in-terms-of?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Write a program using display() function which takes two arguments.
What do you mean by “this” pointer?
how can u create a doubly linked list with out using pointers?