Consider the following Statements
S1: "Argument" represents the values that are passed to a function and "Parameter” represents the variables in which the values are received.
S2: "Parameter" represents the values that are passed to a function and "Argument” represents the variables in which the values are received.
1
Statement 1 is true.
2
Statement 2 is true.
3
Both Statements are true.
4
Both Statements are false.