220k views
1 vote
What instruction will send program flow out to a sub program?

1) JMP/LBL
2) REMARK
3) CALL
4) SELECT

1 Answer

1 vote

Final answer:

The instruction that sends program flow out to a sub program is CALL.

Step-by-step explanation:

The instruction that will send program flow out to a sub program is CALL. The CALL instruction is used in programming languages to transfer control to a sub program or subroutine. The sub program is typically defined elsewhere in the program and can be called multiple times.

User Kayvan
by
8.2k points