+ 1
What is the different between 'void man()' & 'int main()' function ?
please describe in details.
3 Answers
+ 6
Value for return must to be int in second time forcely
+ 1
Int main() returns an int used to indicate whether the application closed or crashed. Void returns null.