Answer Posted / rajesh
use const_cast<...>
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are c++ data types?
Is facebook written in c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Can we use this pointer inside static member function?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
What is c++ hash?
What is polymorphism & list its types in c++?
Why do we use constructor?
Where Malloc(), Calloc(), and realloc() does get memory?
Mention the purpose of istream class?
What are the three forms of cin.get() and what are their differences?
What is insertion sorting?
Why is swift so fast?
How do you establish a has-a relationship?