The function of strcspn is

  1. Returns the first position in a string that contains a character not in another string

  2. Matches one string in another using glob style matching

  3. Returns the position of the character that's lowest in the ASCII set in a given string

  4. None of the Above


Correct Option: A

Find more quizzes: