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...

The ________ data type stores up to 65,535 characters of text data and the formatting assigned to that text

A) Memo B) Text C) Number D) Currency

Computer Science & Information Technology

In a DNS zone, what type of record holds the name-to-address mapping for IPv6 addresses?

a. A record b. AAAA record c. PTR record d. TXT record

Computer Science & Information Technology

In OOD, a program is a collection of interacting ____________________; in structured programming, a program is a collection of interacting functions.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____ lets you create electronic slides for slide shows that can be viewed on a single computer, on a projection device, or over the Internet.

A. Presentation software B. Word processing software C. Spreadsheet software D. Database software

Computer Science & Information Technology