When we use scanf() to read a line, it reads till a white space is reached. The remaining part of the sentence is not read. So, rather than using a for loop to ...
確定! 回上一頁