Vidyalelo
C Programming · Q24

Function

Programming · C Programming · question 24

Q24

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
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board