Vidyalelo
C Programming · Q30

Pointer

Programming · C Programming · question 30

Q30

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
Answer
C.
A constant pointer to a constant integer
D.
A pointer to a constant integer

Answer: Option B

Solution

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