which of the following function returns a pointer to the located string or a null pointer if string is not found.
Answer: B
The strstr() function is used to return a pointer to the located string, or if string is not found a null pointer is returned.