include #include int main(void) { char c[100]; scanf("%s",c); /*strlen(c) gives total length of string . string index starts from 0 last index of character ...
確定! 回上一頁