C5515使用CCS4.2编程,定义long型变量,该变量赋值和运算都出错;例如: long i ; i=200*2 ; printf("i=%d\n",i); 运行的结果是i=0;我尝试过加法 除法运算,结果都是0;用int定义的变量可以正常,请问如何解决这个问题,谢谢
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.