InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods loads the specified dynamic library?(a) load()(b) library()(c) loadlib()(d) loadlibrary() |
|
Answer» The correct choice is (a) load() The explanation is: load() methods loads the dynamic library whose name is specified. |
|