Answer Posted / rajesh
use const_cast<...>
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Why do we need runtime polymorphism in c++?
What is the use of cmath in c++?
Explain static and dynamic memory allocation with an example each.
What is the use of dot in c++?
How many static variables are created if you put one static member into a template class definition?
Briefly describe a B+ tree. What is bulk loading in it?
Why do we use iterators?
Differentiate between a constructor and a destructor in c++.
Explain pass by value and pass by reference.
What is the difference between an external iterator and an internal iterator?
What is helper in c++?
What is auto used for in c++?
If dog is a friend of boy, is boy a friend of dog?
What are the five basic elements of a c++ program?
What happens when you make call 'delete this;'?