C++ Programmer Question:

Download Job Interview Questions and Answers PDF

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

C++ Programmer Interview Question
C++ Programmer Interview Question

Answer:

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.

Download C++ Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us can we use malloc() function of C language to allocate dynamic memory in C++?Tell me how can a C function be called in a C++ program?