+ 3
What would happen if I write return 1 iin C programming language?
1 Odpowiedź
+ 5
Nothing. The return value is used by proces who started the program, like the command prompt. You can use it in a .bat script. 0 stands for succes, anything else for error.