What is the use of this pointer in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best c++ book for beginners?
Describe functional overloading?
Describe run-time type identification?
What are class and object in C++?
Which c++ operator cannot overload?
Which is the best c++ compiler?
Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
Is map ordered c++?
What do you mean by storage classes?
is throwing exception from a constructor not a good practice ?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
How can you create a virtual copy constructor?