How compilar knows to call main() function first??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

14th Mar 2017, 6:26 PM
Swamy Kanuri
Swamy Kanuri - avatar
1 Answer
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.
14th Mar 2017, 9:51 PM
Stuart Robb
Stuart Robb - avatar