Q33
Which function is used to find the first occurrence of a specified substring within a string in C++?
A.
strfind()
B.
strstr()
AnswerC.
substr()
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board