(e) Please estimate the possible result output and explain why. char text[] = { 'H', 'e','1','1','o' ); cout << text <<
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
(e) Please estimate the possible result output and explain why. char text[] = { 'H', 'e','1','1','o' ); cout << text <<
(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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!