C语言错误 error: expected declaration or statement at end of input
C语言错误 error: expected declaration or statement at end of input
日期:2020-05-02 10:35:15 人气:1
C语言错误 error: expected declaration or statement at end of input,是代码错误造成的,解决方法如下:
1、首先打开Dev C+,如果编写的代码正确,运行时会提示没有错误(Error)和警告(Warning),如下图所示。
2、对于 VS、GCC、Xcode 等,如果代码没有错误,只会显示“生成成功”,不会显示“0个错误,0个警告”,只有代码真的出错了,它们才会显示具体的错误信息。错误(Error)表示程序不正确,不能正常编译、链接或运行,必须要纠