Q. What is the keyword used to prevent a variable from being modified?
β
Correct Answer: (B)
const
Explanation: const ensures the variable value cannot be changed after initialization.