Multiple Choice
If numAddr is a pointer, ____ means the variable whose address is stored in numAddr.
A) *numAddr
B) numAddr*
C) &numAddr
D) *&numAddr
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: A memory stack is simply an area
Q29: Functions that call themselves are referred to
Q30: Global variables are only meaningful when used
Q31: Storage for automatic local variables is automatically
Q32: You can take the address of a
Q34: _ can only be members of the
Q35: The scoping rules for symbolic constants and
Q36: _ variables may be declared as members
Q37: _ variables allow the programmer to "jump
Q38: Some (but not all) recursive functions can