在阅读K&R第二版时,我注意到程序始终以"main(){"开头.我一直认为main()必须在它之前有int或void.所以它看起来像"int main()"或"void main()".什么是"主()",有什么区别?
c syntax
c ×1
syntax ×1