Examveda
Examveda

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

A. A pointer that cannot be modified

B. A pointer that points to a constant value

C. A constant pointer

D. A pointer to a constant value

Answer: Option D


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer