1.

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()
C. strspn()
D. strrchr()
Answer» C. strspn()


Discussion

No Comment Found