與gets 函式一樣,對於puts 函式,同樣建議使用fputs 函式來代替puts 函式。如下面的示例程式碼所示: int main(void) { char buffer[11]; fgets(buffer,11,stdin); ...
確定! 回上一頁