Examveda
Examveda

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


This Question Belongs to C Program >> Function

Join The Discussion

Related Questions on Function