Examveda
Examveda

In C, what is a pointer to a constant pointer (int* const)?

A. A pointer that cannot be modified

B. A pointer that points to a constant pointer

C. A constant pointer to a constant integer

D. A pointer to a constant integer

Answer: Option B


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer