0
How compilar knows to call main() function first???
main() is the first function called by compilar but who is instructing compilar to call main first
1 ответ
0
If you want more information you can look up https://en.m.wikipedia.org/wiki/Call_stack or the specifics of the compiler your using.