Multiple Choice
The function call string1.erase(5) will:
A) Return a copy of string1 minus the character that occupied position 5.
B) Erase all characters up to and including the character in position 5 from string1.
C) Erase all characters starting from and including the character in position 5 to the end of string1.
D) Return a copy of string1 minus every fifth character.
Correct Answer:

Verified
Correct Answer:
Verified
Q18: Which of the following is not an
Q19: If string s contains "antidisestablishmentarianism", then s.substr(7,
Q20: The capabilities of inputting and outputting strings
Q21: Which of the following is not overloaded
Q22: Which of the following would not return
Q23: Which of the following does not apply
Q24: Class string has member function _ to
Q25: Which function changes the actual string stored
Q26: Which of the following searches through a
Q28: All of the following are true of