Multiple Choice
When the ________ is placed in front of a variable name, it returns the address of that variable.
A) asterisk ( * )
B) conditional operator
C) ampersand ( & )
D) semicolon ( ; )
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: When you work with a dereferenced pointer,
Q29: Assuming that arr is an array identifier,
Q30: When the less than ( < )
Q31: The _ and _ operators can respectively
Q32: The statement Rectangle * boxPtr; defines a
Q34: Which of the following statements is not
Q35: The _, also known as the address
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