Computer Science, asked by jobrulhaque1, 6 months ago

Write the general format of CALL
statement.​

Answers

Answered by Anonymous
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