Thursday, 16 August 2012

Which of the following function is used to find the first occurrence of a given string in another string? | C Programming

A. strchr()   
B. strrchr()
C. strstr()   
D. strnset()

Ans: C

No comments: