differentiate between functions and arguments
Answers
Answered by
2
Answer:
The parameters and arguments mostly have the same value but theoretically, are different from each other. When a function is called, the values that are passed in the call are called arguments. The values which are written at the time of the function prototype and the definition of the function.
Explanation:
Similar questions