Q. A function argument is (Solved)
1. a variable in the function that receives a value from the calling program.
2. a way that functions resist accepting the calling program’s values.
3. a value sent to the function by the calling program.
4. a value returned by the function to the calling program.
- c. a value sent to the function by the calling program.