A statement that displays the address of the variable num1 is
A) cout << num1;.
B) cout << *num1;.
C) cout << &(*num1);.
D) cout << &num1;.
E) None of the above
D) cout << &num1;.
Computer Science & Information Technology