为什么我编的C程序中,调用函数调用不了呢?

来源:百度知道 编辑:UC知道 时间:2024/05/29 01:00:35
我自己检查没发现错误,但一编译就出现一下这样的错误:
error C2143: syntax error : missing ')' before 'constant'
error C2143: syntax error : missing ';' before 'constant'
fatal error C1004: unexpected end of file found

error C2143: syntax error : missing ')' before 'constant'
error C2143: syntax error : missing ';' before 'constant'
这些只是都是语法上的错误,就是在'constant' 之前缺少‘)’、';'
你最好检查下所用的语句格式对了没有。
要想更好的解决问题,还是把你自己编的源程序传上来吧。
没源程序,很难说明你到底错在哪的!!

扩号不匹配,丢了扩号了