38 Computer -- Modular Programming

What do you mean by argument and parameter?

What do you mean by argument and parameter?

The constants or variables included in the parenthesis of the calling statement are known as argument. It is also known as actual parameter.

The variables included in the parenthesis of the procedure which accepts constants or variables passed to them from the calling module is known as parameter. It is also known as formal parameter.

More questions on Modular Programming

Close Open App