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.
c) The length of the current token is returned by each call.
Computer Science & Information Technology
You might also like to view...
IOExceptions are ________ exceptions (so you must catch or declare the ex-ception).
a. required b. important c. special d. checked
Computer Science & Information Technology
Email spoofing rarely is used in virus hoaxes and spam.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology