what is the correct value to return to the operating system upon the successful completion of a program?
Answers
Answered by
0
your question is wrong.
Answered by
5
Answer:
When the application program returns 1, to OS it means the program has done its work successfully, and if there is a value 0 returned to the OS from the program that means there is something wrong.
Explanation:
When a program is executed, in an Operating System, at that time the control of the machine is transferred from Operating System to the application program. When the whole programs are executed, at the end value is returned to the Operating System making a sign of the status that the program is successful or not.
Similar questions