#include <stdio.h>voidf(){ int a=10,b=20; printf("%d,%d",a,b);}改成*.exe的时候,怎么老是有错误!!提示如下(Undefined symbol _main in module c0.asm)谢谢大虾们啊
Undefined symbol _main in module错误提示没有定义main函数你最好仔细阅读c语言教程中对程序结构的说明
如果是你帮写,应该怎么做呢,谢谢