Computer Applications
The function call in which the data in actual parameters remain unchanged is known as …………… .
- Call by Value
- Call by Reference
- Return by Value
- Return by Reference
User Defined Methods
13 Likes
Answer
Call by Value
Reason — In Call by Value, the data of actual parameters is copied into formal parameters. Thus, actual parameters remain unchanged.
Answered By
10 Likes
Related Questions
The parameters appearing in function call statement are called …………… .
- actual parameters
- formal parameters
- call parameters
- all the above
The parameters appearing in function definition are called …………… .
- actual parameters
- formal parameters
- call parameters
- all the above
The function call in which the data in actual parameters get changed is known as …………… .
- Call by Value
- Call by Reference
- Return by Value
- Return by Reference
The function that changes the state of its parameters is called …………… .
- pure function
- impure function
- change function
- none of the above