0

What is the function of int main()?

30th Oct 2017, 2:40 PM
Syed Rehan
Syed Rehan - avatar
3 Answers
+ 3
Main is called after the global variables are initialized, along with the runtime library and any other initialization code inserted at the entry point by the linker.
30th Oct 2017, 3:29 PM
aklex
aklex - avatar
+ 1
thanks😊😋
30th Oct 2017, 2:51 PM
Syed Rehan
Syed Rehan - avatar