In C, how is the main() method initially called?

后端 未结 7 2064
甜味超标
甜味超标 2020-12-07 09:04

How does a C program get started?

7条回答
  •  一向
    一向 (楼主)
    2020-12-07 09:52

    Note that in addition to the answers already posted, it is also possible for you to call main yourself. Generally this is a bad idea reserved for obfuscated code.

提交回复
热议问题