Which keyword is used to prevent any changes in the variable within a C program?
(a) immutable
(b) mutable
(c) const
(d) volatile
This question was addressed to me during an internship interview.
The question is from Declarations in section Data Types, Operators and Expressions in C of C