Answer Posted / rajesh
use const_cast<...>
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is lambda expression c++?
Why do we use classes in programming?
Differentiate between a pointer and a reference with respect to c++.
What is the difference between reference and pointer?
Mention the storage classes in c++.
Is c# written in c++?
Write a program to find the reverse Fibonacci series starting from N.
What are the defining traits of an object-oriented language?
What are references in c++? What is a local reference?
Explain this pointer?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is the difference between map and hashmap in c++?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What are the advantages of using pointers in a program?
If a function doesn’t return a value, how do you declare the function?