Kizspy | Question: 6
(Choose 1 answer)
What is the primary use of the const keyword when used with function parameters in C?
A. It prevents the function from modifying the parameter's value
B. It ensures the parameter is passed by reference
C. It restricts the parameter's scope to the function
D. It specifies that the parameter should be initialized