Description: Enter a string and a character position if the character in the string, the first occurrence of the character the beginning of the output string of characters. For example, enter the characters r and string program, output rogram.
Requirements defined functions match (s, ch), find the character ch in the string s, if found, return first to find the character position (address) in the string otherwise, returns a null pointer NULL.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
定义函数match(s | ch).txt |