In C, what is the purpose of the 'const' keyword when used with a function parameter?
A. It specifies that the parameter is constant and cannot be modified
B. It makes the parameter mandatory
C. It makes the parameter optional
D. It specifies that the parameter is a constant function
Answer: Option A
Join The Discussion