Multiple Choice
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;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: Which C++ data type was designed to
Q6: When the showbase flag is set:<br>A) The
Q10: Untying an input stream, inputStream, from an
Q12: To reset the format state of the
Q15: If unexpected data is processed in an
Q19: The putback member function returns to the
Q25: Which of the following outputs does not
Q25: Which of the following is not true
Q32: Which of the following is not a
Q34: Which of the following classes is deepest