printf(),sprintf(),fflush() · #include <stdio. · int main() · { · char * mystr = "hello world."; · printf("%5.5s\n",mystr); //The width is 5, the number of valid ...
確定! 回上一頁