The function strespn(s1,s2)
A. finds a token separated by any of a set of characters
B. searches a string for any one of a set of characters
C. finds the last position in si in which s2 appears
D. determines length of initial string, segment made up of characters NOT in a specified set
Answer
Correct Answer: D. determines length of initial string, segment made up of characters NOT in a specified set