(e) Please estimate the possible result output and explain why. char text[] = { 'H', 'e','1','1','o' ); cout << text <<
Posted: Fri May 20, 2022 5:28 pm
(e) Please estimate the possible result output and explain why. char text[] = { 'H', 'e','1','1','o' ); cout << text << endl; (1) Please show which statement would have an error. Please explain why and how to correct it. string word = "smart"; string phrase "work" + word + "not "hard"; string phrase2 + "hard" + " and " + word; "work