Actually we can use scanf() to read entire string. For example we can use %[^\n]s inside scanf() to read entire string. The above code reads the string until it ...
確定! 回上一頁