最贊回答 / 世外
void main()沒有返回值,int main(void)相當(dāng)于int main(),是函數(shù)返回一個int類型,()里面是函數(shù)參數(shù),()和(void)相同,表示無參數(shù)
2016-04-21