Multiple Choice
String iterators:
A) Must be dereferenced in order to access the character at each location.
B) Are not range checked.
C) Come in const and non-const forms.
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Which of the following statements about C++11's
Q3: If string s1 is lexicographically greater than
Q4: The arguments passed to replace do not
Q5: The total number of elements that can
Q6: If string s1 has the value "computer"
Q8: Which of the following provides bounds checking?<br>A)
Q9: Given the strings defined below, which statement
Q10: Which of the following is an invalid
Q11: What type of value is returned by
Q12: Which of the statements a), b) and