0
What if we do not include return 0;
4 Respostas
+ 3
edit
ah this is C
make sure you explain what language you are working in.
+ 3
When you (the coder) doesn't explicitly write any `return` statement (for main function), then the compiler assumes a default return value and automatically inserts the `return 0;` line for you : )
0
Bt in the basic program of "hello world " it worked