Vidyalelo
JavaScript · Q12

Basic And Variables

Programming · JavaScript · question 12

Q12

The type of a variable that is volatile is

A.
Volatile variable
B.
Mutable variable
Answer
C.
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.