170k views
5 votes
Three examples of parameter-parsing implementation models are: (1)________, (2)________, and (3)________.

1 Answer

6 votes

Answer:1) Parse-by-value

2) Parse-by-reference

3) Parse-by-name

Explanation: Parameter parsing refers to a communication among procedures or functions.

The values of a variable procedure are transferred to the called procedure by some mechanisms. Different techniques of parameter-parsing include; parse-by-value, parse-by-reference, parse-by-copy restore, parse-by-name.

User Plancys
by
6.0k points