Tuesday, March 22, 2011

Implement strstr() to Find a Substring in a String


Problem

Write C code to implement the strstr (Search for a substring) function. Do not use any system library such as strlen.


No comments:

Post a Comment