What is the statement that displays the address of the variable myvar? (A) myvar;(B) &myvar;(C) cout << myvar;(D) cout << &myvar; The answer is: (D) cout << &myvar;