Multiple choice What is/are the role(s) of mutable variable in C++? We can use this variable in the member variable of the class. This keyword is used to modify the const objects of the mutable data members. This keyword is used to make the objects of data members as constant. Both (1) and (2) Both (1) and (3) Reveal answer Fill a bubble to check yourself D Correct answer Explanation Both the options are true about mutable keyword in C++.