

MCQOPTIONS
Saved Bookmarks
1. |
Match the following Lists in FORTRAN:List-I List-II(a) RETURN(i) Physical end of program(b) STOP(ii) Temporarily halt the execution(c) PAUSE(iii) Value is received by the calling sub-program(d) END(iv) Terminates execution Correct code are: |
A. | a-ii, b-i, c-iii, d-iv |
B. | a-iv, b-ii, c-i, d-iii |
C. | a-i, b-iii, c-iv, d-ii |
D. | a-iii, b-iv, c-ii, d-i |
Answer» E. | |