Vidyalelo
C Programming · Q78

Pointer

Programming · C Programming · question 78

Q78

What is the syntax for constant pointer to address (i.e., fixed pointer address)?

A.
const <type> * <name>
B.
<type> * const <name>
Answer
C.
<type> const * <name>
D.
none of the mentioned

Answer: Option B

Solution

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