Report Bug
Qus : The type of a variable that is volatile is
Qusवेरिएबल का वह प्रकार जो अस्थिर है

A. Volatile variable
B. Mutable variable
C. Immutable variable
D. Dynamic variable


Solution
B. Mutable variable



Explanation
The variables whose values can be changed are called mutable variable types.



Report Bug