Which of the following prints the address of character string string given the following declaration?

char* string{"test"};
a. cout << string;
b. cout << *&string;
c. cout << static_cast(string);
d. cout << *string;


c. cout << static_cast(string);

Computer Science & Information Technology

You might also like to view...

Which of the following is not a valid value for the FormBorderStyle property?

a. Fixed3D b. Sizable c. FixedSingle d. FixedDouble

Computer Science & Information Technology

Which account is the most powerful local user account possible?

A. Guest B. Initial C. Installation D. Administrator

Computer Science & Information Technology

Correlation engine

What will be an ideal response?

Computer Science & Information Technology

__________ computers are built by Apple and run the OS X operating system.

a. Mac b. PC c. Chromebook d. Ultrabook

Computer Science & Information Technology