0
why is it necessary to write return 0 then }
2 Answers
+ 3
when we define functions with Int, it must have a return value, and if u don't want any value to be returned, we simply write return 0.
0
it should return control over the program thread to the operating system