What is the statement that displays the address of the variable myvar? August 7, 2024August 7, 2024 CSS MPT Computer Science MCQs FPSC NTS PPSC Computer Past Papers Test Questions (A) myvar;(B) &myvar;(C) cout << myvar;(D) cout << &myvar; The answer is: (D) cout << &myvar;