Answer Posted / ravi
Make it as mutable
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What is the default access level?
How do I run c++?
What is guard code in c++?
What is an accessor in c++?
Explain one-definition rule (odr).
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
What are guid?
Why do we use constructor?
What is enum c++?
How do you flush a buffer in c++?
what does the following statement mean? int (*a)[4]
What is a local variable?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Which programming language's unsatisfactory performance led to the discovery of c++?