Page 1 of 1

(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
by answerhappygod
E Please Estimate The Possible Result Output And Explain Why Char Text H E 1 1 O Cout Text 1
E Please Estimate The Possible Result Output And Explain Why Char Text H E 1 1 O Cout Text 1 (35.43 KiB) Viewed 51 times
(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