Hi, I have a doubt i have searched for this question but i didnt get the answer.. can u help me in solving this problem.. In C is there any string function like -strstr(a,b). If it is there can u tell me working of it with an eg... thank you..
strstr Finds a substring. char *strstr( const char *string, const char *strCharSet ); Required Header for strstr is string.h