Multiple Choice
The statement cout << &num1; will output
A) the value stored in the variable called num1.
B) the memory address of the variable called num1.
C) the number 1.
D) the string "&num1".
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: It is possible for a structure to
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
Q35: The _, also known as the address
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
Q41: A pointer variable is designed to store<br>A)