Multiple Choice
The ____ function is used to interchange the contents of two string variables.
A) iterator
B) traverse
C) swap
D) change
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The general syntax for accessing a namespace
Q10: An enumeration type can be passed as
Q11: A data type wherein you directly specify
Q12: Consider the following statements:string str = "ABCDEFD";
Q13: The values in the domain of an
Q15: Before using the data type string, the
Q16: If a global identifier in a program
Q17: The following is a legal C++ enumeration
Q18: The following statement creates an anonymous type:enum
Q19: Which of the following statements is used