Microsoft Interview Question

Program a function that takes in two words and checks if the first is a substring of the second.

Interview Answer

Anonymous

Mar 13, 2014

using strstr function in c