1.

The_____ statement takes the program controls inside the subroutine​

Answer»

Explanation:

When the ENDING RETURN statement of the subroutine is encountered, program control is returned to the original program at the line following the CALL statement. The subroutine to which the CALL statement BRANCHES must be CATALOGED, UNLESS the subroutine is in the same FILE as the main program.

...

Passing Arrays.

1 2

C



Discussion

No Comment Found