Prefer using fgets (and dynamically allocated memory!): #include <stdio.h> #include <stdlib.h> #define LENGTH 8 int main () { char* username, *nlptr; ...
確定! 回上一頁