What is the syntax for constant pointer to address (i.e., fixed pointer address)?
Posted: Wed Jul 13, 2022 7:54 pm
a) const <type> * <name>
b) <type> * const <name>
c) <type> const * <name>
d) none of the mentioned
b) <type> * const <name>
c) <type> const * <name>
d) none of the mentioned