To read user input or lines from a file, the safest mechanisms is fgets. ... If a newline is read, it is stored into the buffer. A '\0' is stored after the ...
確定! 回上一頁