标签: c printf scanf
我写了下面的代码,但是在我输入字符串
char Fname[20]; printf("Enter name:"); scanf_s("%19s", Fname); Printf("%s\n",Fname);
错误是:0x0F17DDf4抛出异常
感谢您的帮助