The function strsp() is the complement of strcspn().
Answer: A
Both strcspn() and strpbrk() perform the same function. Only strspn() the return values differ. The function strspn() is the complement of strcspn() .