找回密码
 注册会员
更新自动建库工具PCB Footprint Expert 2024.04 Pro / Library Expert 破解版

keil C语言编程问题求助

[复制链接]
rhine 发表于 2017-9-17 17:11:19 | 显示全部楼层 |阅读模式

本文包含原理图、PCB、源代码、封装库、中英文PDF等资源

您需要 登录 才可以下载或查看,没有账号?注册会员

×
void main()
{
        int a;
        int b = 1;
        a = 2;
}

上面这个程序编译不报错,下面这个报错。

void main()
{
        int a;
                a = 2;
        int b = 1;
}

报错:
测试.C(5): error C141: syntax error near 'int'
测试.C(5): error C202: 'b': undefined identifier

这是为什么呢,求解释
*滑块验证:
您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

QQ|手机版|MCU资讯论坛 ( 京ICP备18035221号-2 )|网站地图

GMT+8, 2024-11-23 07:36 , Processed in 0.051137 second(s), 10 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表