Computer Applications
Function not returning any value has return type as :
- int
- char
- float
- void
User Defined Methods
12 Likes
Answer
void
Reason — If no value is being returned, the return type of a function is void.
Answered By
6 Likes
Related Questions
The number and type of arguments of a function are known as …………… .
The first line of function definition that tells about the type of return value along with number and type of arguments is called …………… .
A function can return …………… values.
- 1
- 2
- 3
- all the above
The parameters appearing in function call statement are called …………… .
- actual parameters
- formal parameters
- call parameters
- all the above