What is the syntax for constant pointer to address (i.e., fixed pointer address)?
What is the syntax for constant pointer to address (i.e., fixed pointer address)? Correct Answer <type> * const <name>
What is the syntax for constant pointer to address (i.e., fixed pointer address)? Correct Answer <type> * const <name>