| 1. |
Explain About The Exit Command? |
|
Answer» Every program whether on UNIX or Linux should END at a certain point of time and successful COMPLETION of a program is denoted by the output 0. If the program gives an output other than 0 it defines that there has been some problem with the EXECUTION or termination of the problem. Whenever you are calling other function, exit command GETS DISPLAYED. Every program whether on UNIX or Linux should end at a certain point of time and successful completion of a program is denoted by the output 0. If the program gives an output other than 0 it defines that there has been some problem with the execution or termination of the problem. Whenever you are calling other function, exit command gets displayed. |
|