Answer Posted / som shekhar
Sorry the keyword is not volatile ,its mutable.
if the member varible of the class is declared as mutable
then you can change its value in a function which is
declared as constant.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What does new do in c++?
What are guid?
In the derived class, which data member of the base class are visible?
What are compilers in c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What gives the current position of the put pointer?
What is increment operator in c++?
Write a program which uses functions like strcmp(), strcpy()? etc
How can you create a virtual copy constructor?
You run a shell on unix system. How would you tell which shell are you running?
What is auto type c++?
Is it possible for a member function to use delete this?
How would you use the functions memcpy(), memset(), memmove()?
what are the iterator and generic algorithms.
What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack