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
Q3: In C++, namespace is a reserved word.
Q6: Which of the following statements declares the
Q7: Considering the statement string str = "Gone
Q13: The values in the domain of an
Q22: The string expression strVar._ starts at index
Q25: What is the output of the following
Q30: An anonymous type can be passed as
Q38: Which of the following is a valid
Q45: Suppose str = "ABCDEFG".The output of the
Q46: Given the following code namespace globalType<br>{<br>Void printResult();<br>}<br>Which