Eg: input: char *str1 = "the are all is well"; char *str2 = "is who the"; output: common words in two given strings, return 2D array of strings.Eg: input: char *str1 = "the are all is well";
Eg: input: char *str1 = "the are all is well"; char *str2 = "is who the"; output: common words in two given strings, return 2D array of strings.Eg: input: char *str1 = "the are all is well";