The______function returns a pointer to the first character of a token.
Answer: D
The strtok() function returns a pointer to the first character of a token, if there is no token then a null pointer is returned.