A value that is given to a function to perform operation.
Answers
Answered by
3
⏺️⏺️⏺️⏺️⏺️⏺️⏺️⏺️⏺️
The value that is given to a function to perform operation is called.......
Function call by value is the default way of calling a function in C programming. Before we discuss function call by value, lets understand the terminologies that we will use while explaining this:
Actual parameters: The parameters that appear in function calls.
Formal parameters: The parameters that appear in function declarations.
⏺️ ⏺️ ⏺️ ⏺️ ⏺️ ⏺️ ⏺️ ⏺️ ⏺️
... Hope you got it...
Similar questions