Saved Bookmarks
| 1. |
Explain function library with their categories. |
|
Answer» There can be 4 DIFFERENT types of user-defined FUNCTIONS, they are: Function with no ARGUMENTS and no return value. Function with no arguments and a return value. Function with arguments and no return value. |
|