Kizspy | Question: 9
(Choose 1 answer)
Which of the following statements about the strstr() function in C is true?
A. Compare two strings
B. Returns the pointer to the first occurrence of the given substring in the main string
C. Concatenate source string to the end of destination string
D. Copy source string to destination string