Computer Applications
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
User Defined Methods
8 Likes
Answer
Call by Reference
Reason — In call by reference, the called method does not create its own copy of original values, rather, it refers to the original values through the references. Thus, the called method works with the original data and any change in the values gets reflected to the data.
Answered By
4 Likes
Related Questions
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 remain unchanged 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
One function, many definitions, is called …………… .
- function enlargement
- function overloading
- function loading
- all the above