Chapter 18: Problem 3
Find the error(s) in each of the following, and explain how to correct it (them): a. string string1( 28 ); // construct string1 string string2( 'z' ); // construct string2 b. // assume std namespace is known const char *ptr = name.data(); // name is "joe bob" ptr[ 3 ] = '-'; cout << ptr << endl;
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.