Q28
What is the purpose of the 'strtok()' function in C++?
A.
Converts a string to lowercase
B.
Returns the length of a string
C.
Concatenates two strings
D.
Tokenizes a string based on a delimiter
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board