Question

Which statement about strtok is false?
a) It breaks a string into tokens.
b) Subsequent calls to continue tokenizing the same string contain NULL as the first argument.
c) The length of the current token is returned by each call.
d) If there are no more tokens when the function is called, NULL is returned.

Answer

This answer is hidden. It contains 3 characters.