In C, using %s in scanf accepts a string value only till the first non-white space character. For example, the below program will print only One when One Two ...
確定! 回上一頁