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< void * >( string );
d. cout << * string;

c. cout << static_cast< void * >( string );

Computer Science & Information Technology

You might also like to view...

What is the default typeface size in the Normal template?

A) 11 points B) 12 points C) 10 points D) 13 points

Computer Science & Information Technology

What are the four types of user interface designs?

What will be an ideal response?

Computer Science & Information Technology