char ch; printf("Enter one char"); scanf("%c", &ch); printf("%c\n",ch);. Why is not working? Share.
確定! 回上一頁