Computer Applications
The parameters appearing in function call statement are called …………… .
- actual parameters
- formal parameters
- call parameters
- all the above
User Defined Methods
6 Likes
Answer
actual parameters
Reason — The parameters that appear in method call statement are called actual parameters.
Answered By
4 Likes
Related Questions
Function not returning any value has return type as :
- int
- char
- float
- void
A function can return …………… values.
- 1
- 2
- 3
- 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 remain unchanged is known as …………… .
- Call by Value
- Call by Reference
- Return by Value
- Return by Reference