What is token c++?
No Answer is Posted For this Question
Be the First to Post Answer
List the issue that the auto_ptr object handles?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
Distinguish between new and malloc and delete and free().
What is enum c++?
What is implicit conversion/coercion in c++?
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.
Please explain class & object in c++?
Is recursion allowed in inline functions?
Why c++ is better than c language?
What are the operators in c++?
Why are pointers not used in c++?