What is #include iostream in c++?
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.
What is std :: endl?
Explain how to initialize a const member data.
What is a conversion constructor?
How are virtual functions implemented in c++?
What is the difference between while and do while loop? Explain with examples.
Why do we use structure in c++?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
What is meant by the term name mangling in c++?
What is name hiding in c++?
What causes a runtime error c++?
What are the 4 types of library?