char line[100];. /* a line to be read from the terminal */ int answer;. /* an integer chosen by the user */ fgets (line, sizeof(line), STDIN);. /* read in a ...
確定! 回上一頁