Write a function int found (CHAR S [], CHAR T []), the function looks for string t in string s, if found, return the position (integer value) in the string S in the string S; otherwise Return -1. Note: This function is implemented with an array mode and a two cycle.
#include ============================================================================================================================================================================================================= ========================== #include