If string s1 has the value "computer" and string s2 has the value "promise which call to insert will produce the string "compromise"?
a. s1.insert(4, s2, 0, string::npos);
b. s1.insert(string::npos, s2, 0, 4);
c. s2.insert(0, s1, 0, 3);
d. s2.insert(3, s1, 0, 3);
c. s2.insert(0, s1, 0, 3);
Computer Science & Information Technology
You might also like to view...
To add a colored background to a selected cell or cells, click the _____ tab in the Format Cells dialog box.
A. Border B. Fill C. Format D. Background
Computer Science & Information Technology
You can select two cells by clicking in one, pressing and holding [ ___ ], then clicking in the second cell.
A. Alt B. Ctrl C. Page Down D. Tab
Computer Science & Information Technology