Answer Posted / guest
Run Time Type Identification (RTTI) affects the performance
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Are iterators pointers?
Define virtual constructor.
Can I learn c++ as my first language?
What is a list c++?
What is polymorphism & list its types in c++?
What is operator overloading in c++ example?
How do I write a c++ program?
Can turbo c++ run c program?
What is the role of C++ shorthand's?
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 a singleton c++?
What is data hiding c++?
How do we balance an AVL Tree in C++?
What is constructor in C++?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.