InterviewSolution
Saved Bookmarks
| 1. |
Define library function |
|
Answer» A LIBRARY FUNCTION is ACCESSED by SIMPLY writing the function name, FOLLOWED by a list of arguments, which represent the information being passed to the function |
|