Which of the following is used to mark the physical end of a module?
-
End
-
Stop-run
-
End-define
-
Exit
A
Correct answer
Explanation
The END statement marks the physical end of a Natural module. 'Stop-run' is not a Natural statement, 'End-define' ends data definition sections (not the entire module), and 'Exit' is used for terminating loops or conditional blocks. Every Natural module must conclude with END to indicate its termination point to the compiler.