Top

Discussion

The______function returns a pointer to the first character of a token.

  • A.strstr()
  • B.strcpy()
  • C.strspn()
  • D.strtok()

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.

No comment is present. Be the first to comment.
Loading…

Post your comment