Multiple Choice
What will the following statement 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 these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following statements is not
Q2: A pointer can be used as a
Q4: Use the delete operator only on pointers
Q15: A function may return a pointer but
Q23: In C++11 you can use smart pointers
Q38: An array name is a pointer constant
Q39: If a variable uses more than one
Q41: The _ and _ operators can be
Q43: The ampersand (&) is used to dereference
Q44: _ can be used as pointers.<br>A)Array names<br>B)Numeric