How do I exit turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between malloc() and calloc()?
What is capacity in vector in c++?
What are the weaknesses of C++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
How the endl and setw manipulator works?
What is null c++?
Is there a c++ certification?
How is c++ used in the real world?
What are function poinetrs? where are they used?
Which is the best c++ compiler?
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.
Are c and c++ similar?