内存为不能read:(编译通过)新手问
新手求原因: 内存不能read***********************************
#include<stdio.h>
char x;
int main(void)
{
puts("\nEnter a word:");
scanf("%s",&x);
printf("%s",x);
}
************************************
在学C,做书上的习题:读一个字符串,然后输出。以上是我写的,编译通过,执行就提示内存为不能read。环境为vc++