Which function is used to find the strength of length?
a) strlen ()
b) strstr ()
c) strpbrk ()
d) strspn ()
Which function is sued to find first occurrence of second string within first string?
a) strlen ()
b) strstr ()
c) strpbrk ()
d) strspn ()
Which function locates the first occurrence in the string pointed by s1 of any character from the string pointed by s2?
a) strlen ()
b) strstr ()
c) strpbrk ()
d) strspn ()
Which function computes the length of maximum initial segment of the string pointed by s1 which consist entirely of characters from string pointed s2?
a) strlen ()
b) strstr ()
c) strpbrk ()
d) strspn ()
Which function scans the first string for the first token that is not contained in second string?
a) strtok ()
b) strerror ()
c) strfrm ()
d) strrev ()
Which function takes an error as parameter and returns a pointer to the error message associated with error?
a) strtok ()
b) strerror ()
c) strfrm ()
d) strrev ()