Examlex

Solved

The Following Statement Declares a string object and Initializes It

question 26

True/False

The following statement declares a string object and initializes it to "Once upon a time".
string theString("Once upon a time");


Definitions:

Related Questions