0
What do we mean by returning a value when we use int main function?
5 Respuestas
+ 3
The compiler you're using to run the code will usually add the command for you, so it's not necessary to write return 0.
However it's convention to return 0 at the end of your main function, so you probably should anyways.
+ 1
it means that if your program return zero from int main..your program worked perfectly
0
so is it necessary to write return 0; or the function can do it itself too?
0
and what if I'm using void main, how can I check for errors?
and when do we use void main?
0
i am on the way i loved this course well prepared one