What happens to input and output variables in a function call?
1) The input variable is modified and the output variable is returned
2) The input variable is returned and the output variable is modified
3) Both the input and output variables are modified
4) Both the input and output variables are returned