MCQOPTIONS
Saved Bookmarks
| 1. |
If a program is linked against a static library then |
| A. | machine code of the used function is copied in the executable |
| B. | used function definition is copied into the preprocessd code |
| C. | used function definition is provided at the time of compiling |
| D. | none of the mentioned |
| Answer» B. used function definition is copied into the preprocessd code | |