char *strchr(const char *str, int ch);. This returns a pointer to the first occurrence in the string str of the character ch. Note that it does not return an ...
確定! 回上一頁