求解我的小小问题
#include <stdio.h>
void main()
{
char *item=new char[5];
scanf("%s", item);
printf("item = %s", item);
}
输入多于5个字符(但不能多太多),还是可以全部输出!
急求!!!
#include <stdio.h>
void main()
{
char *item=new char[5];
scanf("%s", item);
printf("item = %s", item);
}
输入多于5个字符(但不能多太多),还是可以全部输出!
急求!!!