Examveda
Examveda

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: Option B


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer