Mplab中long是几个字节啊?

2020-02-06 10:25发布

程序简化是这样:
int a=32767,b=32767;
long c;
c=a+b;

现在c输出是负值。不知道为啥?
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。