+ 1
what is reason foe returning any value in the int main()?
please explain me simply
1 Respuesta
+ 2
in machine dependant languages like c and c++ execution of your code is managed by operating systems return value of main function is used to indicate successful or unsuccessful execution of your code.