Solved

The Statement Cout << &Num1; Will Output

Question 36

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions