这个练习中你会用到 fscanf 和 fgets 在结构体中构建关于一个人的信息。 ... float income; } Person; int main(int argc, char *argv[]) { Person you = {.age = 0}; ...
確定! 回上一頁