Q78
What is the syntax for constant pointer to address (i.e., fixed pointer address)?
A.
const <type> * <name>
B.
<type> * const <name>
AnswerC.
<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