A
Q. The type of a variable that is volatile is
- Correct Answer - Option(B)
- Views: 36
- Filed under category JavaScript
- Hashtags:
A
A volatile variable refers to a variable whose value can change unexpectedly due to external factors such as hardware changes, multi-threading, or signal handlers. Such variables are typically mutable, meaning they can be modified during program execution.
Other options:
Thus, the correct answer is (B) Mutable variable.
You must be Logged in to update hint/solution
Be the first to start discuss.
Discusssion
Login to discuss.