Introduction - If you have any usage issues, please Google them yourself
Function fun feature is: s referred to an odd string of ASCII characters is removed, the remaining character string to form a new string on the t refers to the array. For example, if the contents of the string s referred to as: " ABCDEFG12345" , in which character A, ASCII code is odd, ..., character 1, ASCII code value is odd, ... should be removed, the other and so on. T refers to the final contents of the array should be: " BDF24" . Note: Some source code changes do not exist in the file PROG1.C main function and other functions in any content, only the braces in the function fun fill you write a number of statements