Another way is to read until you hit a newline character after using scanf() and before using fgets() . #include <stdio.h> #include <string.h> int ...
確定! 回上一頁