What is the advantage of an external iterator.
No Answer is Posted For this Question
Be the First to Post Answer
What are c++ data types?
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 virtual destructor ans explain its use?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
What is "strstream" ?
Show the declaration for a pointer to function returning long and taking an integer parameter.
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
Explain how the virtual base class is different from the conventional base classes of the opps.
Write a program which employs Recursion
What is the use of register keyword with the variables?
What is a flag in c++?
Why is c++ is better than c?