STL (140)
OOPS (873)
C++ General (2409)
Is deconstructor overloading possible? If yes then explain and if no Then why?
What return value must conversion operators have in their declaration?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Explain about Searching and sorting algorithms with complexities
how to get the oracle certification? send me the answer
What can I use instead of namespace std?
In what scenario does the Logical file and Physical file being used?
What is the full name of logo?
How many human genes are polymorphic?
How a new operator differs from the operator new?
What does it mean to declare a member function as virtual?
What is oops in c++?
what is upcasting in C++?
Can member data be public?
What is a c++ object?