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