Computer Applications
Which of the following type can be used for a non-returnable method?
- int
- float
- double
- void
User Defined Methods
36 Likes
Answer
void
Reason — void type is used for a non-returnable method.
Answered By
12 Likes
Which of the following type can be used for a non-returnable method?
36 Likes
void
Reason — void type is used for a non-returnable method.
Answered By
12 Likes