1.

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
Answer» C. <type> const * <name>


Discussion

No Comment Found