InterviewSolution
| 1. |
What Are Different Types Of Arguments? |
|
Answer» A parameter is a variable used during the DECLARATION of the function or SUBROUTINE and arguments are passed to the function , and it should match with the parameter defined. There are two TYPES of Arguments.
A parameter is a variable used during the declaration of the function or subroutine and arguments are passed to the function , and it should match with the parameter defined. There are two types of Arguments.
|
|