Q. Which keyword is used to prevent modification of a variable in C?
β
Correct Answer: (C)
const
Explanation: const prevents a variable from being modified after initialization.