38 Computer -- Modular Programming

Which statement is used to call sub procedure?

Which statement is used to call sub procedure?

The CALL is statement is used to call a SUB procedure.

[CALL] name [([argumentlist])]
where,
‘name’ is the name of the SUB procedure to be called.
        ‘argumentlist’ is the list of constants or variables that are passed to the SUB procedure. The list of variables or constants is separated with commas.

More questions on Modular Programming

Close Open App