Do you know what is the role of mutable storage class specifier?

Submitted by: Muhammad
A constant class object's member variable can be altered by declaring it using mutable storage class specifier. Applicable only for non-static and non-constant member variable of the class.
Submitted by: Muhammad

Read Online C++ Programmer Job Interview Questions And Answers