Help needed on strings

Started by aravindva, August 02, 2007, 05:40:26 PM

Previous topic - Next topic

aravindva

Can somebody help me with the following problem...

It's very urgent..

Given a string and a sub-string as input, write a function to return the number of occurrences and/or position of the first occurrence.

frankie

This really seems an homework task.
So to help you try the function "strstr" from standard library (you'll find description in the help).  ::)
prototype:
char * strstr(const char *string, const char *substring);
"It is better to be hated for what you are than to be loved for what you are not." - Andre Gide