Write the general format of CALL
statement.
Answers
Answered by
2
Semantics. When a CALL statement is executed, values of actual arguments are passed to those formal arguments declared with INTENT(IN) or INTENT(INOUT). Then, statements of the called subroutine are executed.
Similar questions