Saved Bookmarks
| 1. |
What is a user defined function? |
|
Answer» A user-defined function is a self-contained block of statements, that performs a specific task, with a name given to it, defined by the user in a program. |
|