Which cout statement will print the address of the variable total?

A. cout << *total;
B. cout << &total;
C. cout << addressof(total);
D. cout << total_ptr;

B

Computer Science & Information Technology

You might also like to view...

In a mail merge document, text surrounded by nonprinting characters (e.g., << Address Block>>, <>) indicates a:

A) data source. B) merge field. C) return address. D) mailing address.

Computer Science & Information Technology

In a moving average, the number range that is averaged is constantly ________, dropping off the first number in the range and adding on the most recent number

Fill in the blank(s) with correct word

Computer Science & Information Technology