Q12
The type of a variable that is volatile is
A.
Volatile variable
B.
Mutable variable
AnswerC.
Immutable variable
D.
Dynamic variable
Answer: Option B
Solution
Answer: Option B
Solution:
The variables whose values can be changed are called mutable variable types.