Vidyalelo
C Programming · Q10

Pointer

Programming · C Programming · question 10

Q10

In C, what is the purpose of the 'const' keyword when used with a pointer declaration?

A.
To declare a constant pointer
B.
To make the pointer point to a constant value
Answer
C.
To make the pointer constant
D.
To prevent pointer declaration

Answer: Option B

Solution

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