Multiple Choice
Which of the following statements displays the address of the variable numb?
A) cout << numb;
B) cout << *numb;
C) cin >> &numb;
D) cout << &numb;
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: It is legal to subtract a pointer
Q38: The _, also known as the address
Q39: When you pass a pointer as an
Q40: Select all that apply. Which of the
Q41: What does the following statement do?<br>Double *num2;<br>A)
Q42: Assuming ptr is a pointer variable, what
Q43: The ampersand (&) is used to dereference
Q44: Which of the following is true about
Q46: A pointer variable may be initialized with<br>A)
Q47: If you are using an older computer