Differentiate between the message and method in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is c++ and its uses?
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.
What are different types of polymorphism supported by C++
Is turbo c++ free?
How would you differentiate between a pre and post increment operators while overloading?
Is c++ harder than java?
Write a Program for find and replace a character in a string.
List different attributes in C++?
What is c++ similar to?
What is a 'pure' virtual function and what's its use?
How to create a pure virtual function?
By using c++ with an example describe linked list?