Computer Applications
A function can return …………… values.
- 1
- 2
- 3
- all the above
User Defined Methods
10 Likes
Answer
1
Reason — In Java, a function can return only a single value.
Answered By
6 Likes
Related Questions
The first line of function definition that tells about the type of return value along with number and type of arguments is called …………… .
Function not returning any value has return type as :
- int
- char
- float
- void
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