write the difference between parameter and argument
Answers
Answered by
5
Answer:
Here is your answer
Explanation:
Argument :
- When a function is called, the values that are passed during the call are called as arguments.
- These are used in function call statement to send value from the calling function to the receiving function.
Parameter :
- The values which are defined at the time of the function prototype or definition of the function are called as parameters.
- These are used in function header of the called function to receive the value from the arguments.
If it helped U kindly mark me as Brainliest
Answered by
1
Answer:
please mark as brainliest if it helps....
Attachments:
Similar questions