Multiple Choice
Consider the following statements:string str = "ABCDEFD"; string::size_type position;
After the statement position = str.find('D') ; executes, the value of position is ____.
A) 3
B) 4
C) 6
D) 7
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Considering the statement string str = "Gone
Q8: Suppose str = "xyzw";.After the statement str[2]
Q9: The general syntax for accessing a namespace
Q10: An enumeration type can be passed as
Q11: A data type wherein you directly specify
Q13: The values in the domain of an
Q14: The _ function is used to interchange
Q15: Before using the data type string, the
Q16: If a global identifier in a program
Q17: The following is a legal C++ enumeration