Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) const <type> * <name>
b) <type> * const <name>
c) <type> const * <name>
d) none of the mentioned