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

Verified
Correct Answer:
Verified
Related Questions
Q10: It is possible for a structure to
Q30: When the less than ( < )
Q31: The _ and _ operators can respectively
Q32: The statement Rectangle * boxPtr; defines a
Q33: When the _ is placed in front
Q34: Which of the following statements is not
Q36: The statement cout << &num1; will output<br>A)
Q37: If a variable occupies more than one
Q38: Dynamic memory allocation occurs<br>A) when a variable
Q40: The delete operator should only be used