c语言编程问题提示 declaration is not allowed here
c语言编程问题提示 declaration is not allowed here
日期:2012-01-02 13:08:04 人气:2
将fp = fopen(...)移动到变量声明下面来
fprintf(fp,"\n")函数第2个参数是格式,不是输出字串
void main()
{
}
加一个void声明
c语言编程问题提示 declaration is not allowed here