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

You might also like to view...

Which of the following is the only function facilitated by XACML?

A. authentication B. access control C. confidentiality D. integrity

Computer Science & Information Technology

Output an Element with labels

What will be an ideal response?

Computer Science & Information Technology