Vidyalelo
C Programming · Q103

Arrays and Strings

Programming · C Programming · question 103

Q103

which of the following function returns a pointer to the located string or a null pointer if string is not found.

A.
strtok()
B.
strstr()
Answer
C.
strspn()
D.
strrchr()

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board