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...

________ is a smart copy that will try to guess how you want values or formulas changed as you copy

Fill in the blank(s) with correct word

Computer Science & Information Technology

A relationship is a field or column that three data sources have in common.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology