What is the syntax for constant pointer to address (i.e., fixed pointer address)?
(a) const <type> * <name>
(b) <type> * const <name>
(c) <type> const * <name>
(d) none of the mentioned
This question was posed to me in an interview.
I need to ask this question from Character Pointers and Functions in section Pointers and Arrays in C of C