最赞回答 / 世外
void main()没有返回值,int main(void)相当于int main(),是函数返回一个int类型,()里面是函数参数,()和(void)相同,表示无参数
2016-04-21