Examveda
Examveda

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

C. To make the pointer constant

D. To prevent pointer declaration

Answer: Option B


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer