Can comments be nested?
No Answer is Posted For this Question
Be the First to Post Answer
Which is better turbo c++ or dev c++?
Explain the use of this pointer?
What is c++ and its features?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
Is c# written in c++?
What is Name Decoration?
Is turbo c++ free?
What do you understand by pure virtual function? Write about its use?
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 is the main function c++?
Is it possible for a member function to delete the pointer, named this?
What are the methods of exporting a function from a dll?