-
The statement that exits a labeled flow-control construct is _____________.
-
- LOOP
- RETURN
- DESCRIBE
- LEAVE
- None of these
Correct Option: D
The ‘LEAVE’ statement is used to exit a labeled flow-control construct. This statement must appear within the construct that has the given label. The syntax of the statement is ‘LEAVE label’.