Vidyalelo
C Programming · Q20

Pointer

Programming · C Programming · question 20

Q20

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

Answer: Option D

Solution

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