0
C and C++
For all the functions inside main there is preprocessed header file but what about main ???how does main function works???
1 Answer
+ 1
the main method is just the method the program uses as a starting point, it's technically user defined since it's defined physically within the code