为什么,如果我写
int main() { //... }
return 0;在main功能结束时我不需要写吗?编译器是否为我做了?
return 0;
main
我用的是GCC/C99.
c
c ×1