Multiple Choice
The , also known as the address operator, returns the memory address of a variable.
A) exclamation point ( ! )
B) asterisk ( * )
C) ampersand ( & )
D) percent sign (%)
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A pointer can be passed as an
Q9: With pointer variables you can access, but
Q13: The and operators can respectively be used
Q16: A statement that displays the address of
Q18: A pointer may be initialized with<br>A)the value
Q19: If Circle is a structure type, the
Q21: With pointer variables, you can manipulate data
Q32: The statement Rectangle * boxPtr; defines a
Q37: It is legal to subtract a pointer
Q52: Memory cannot be allocated after a program