Which of the following function can be used to find the first occurrence of a given string in another string?

1.6 Which of the following function can be used to find the first occurrence of a given string in
another string?
A) strchr( )
B) strrchr( )
C) strstr( )
D) strnset( )


Leave a Reply