Saved Bookmarks
| 1. |
Method not returning any value has return type as :(a) int(b) char(C) float(d) void |
|
Answer» Answer: void mark as brainlistplzExplanation: Void functions are created and USED just LIKE value-returning functions except they do not return a value after the function executes. In lieu of a DATA type, void functions use the keyword "void." A void function performs a task, and then CONTROL returns BACK to the caller--but, it does not return a value |
|