Dynamic Linking and Loading MCQs
30 min Score: 0 Attempted: 0/30 Subscribe 1. What is dynamic linking? (A) Linking libraries at runtime (B) Linking libraries at compile time (C) Copying source code into the main program (D) Ignoring library calls 2. Which of the following is an advantage of dynamic linking? (A) Eliminates all runtime errors (B) Increases compile time … Read more