What are the steps in the development cycle?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Difference between pass by value and pass by reference?
What is array give example?
What is operators in c++?
How do you master coding?
What is the basic difference between C and C++?
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Is there a datatype string in c++?How is the memory allocation?
What are stacks?
What are the data types in c++?
Which is the best c++ compiler for beginners?
How size of a class can be calulated?