InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Start And Xctl ? |
|
Answer» START is used to start a new TASK. It is a interval control COMMAND. XCTL is used to PASS control to a PROGRAM within the same task. It is a program control command. START is used to start a new task. It is a interval control command. XCTL is used to pass control to a program within the same task. It is a program control command. |
|