Always use getline or getdelim instead of fgets if you can. Rather than reading a string from standard input, as gets does, fgets reads it from a specified ...
確定! 回上一頁