In your second example, scanf reads in a number and stores it in x. But it has not yet reached the end of the format string -- there is still a space character ...
確定! 回上一頁