gets()函数有问题!请指点
#include <stdio.h> { char name[60]; printf("你的名字是: \n"); gets(name); ----------------------"此处keil为何提示gets():too few actual parameters????? " printf("%s是一个好名字!\n", name); }
#include <stdio.h> { char name[60]; printf("你的名字是: \n"); gets(name); ----------------------"此处keil为何提示gets():too few actual parameters????? " printf("%s是一个好名字!\n", name); }
2005-10-10 21:22
2005-10-10 22:16
2005-10-10 22:35
2005-10-11 08:54
2005-10-11 10:17
2005-10-26 21:47
2005-10-26 22:43