Answer Posted / rajesh
use const_cast<...>
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the basic of c++?
How would you use the functions sin(), pow(), sqrt()?
Differentiate between an external iterator and an internal iterator?
What do you mean by const correctness?
Why cstdlib is used in c++?
What is the full form of ios?
Why is c++ is better than c?
Where Malloc(), Calloc(), and realloc() does get memory?
Can we run c program in turbo c++?
What is the insertion operator and what does it do?
What are disadvantages of pointers?
What are the storage qualifiers?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Can we sort map in c++?
Does c++ have a hash table?