Computer Applications
The function that changes the state of its parameters is called …………… .
- pure function
- impure function
- change function
- none of the above
Related Questions
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 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
One function, many definitions, is called …………… .
- function enlargement
- function overloading
- function loading
- all the above
Which of the following is not an advantage of functions ?
- it helps cope up complexity in programs
- it makes subprograms reusable
- it hides the implementation details
- it offers mathematical solutions of problems