Beginner Compilers & Programming Language Theory
Q25 / 100

What is a linker and what does it do?

Correct! Well done.

Incorrect.

The correct answer is B) A tool combining compiled object files and resolving external symbol references to produce an executable

B

Correct Answer

A tool combining compiled object files and resolving external symbol references to produce an executable

Explanation

Linker: takes .o files, resolves symbols (function calls, globals), combines into executable or library. Static linking embeds libraries; dynamic linking uses shared libraries (.so/.dll) loaded at runtime.

Progress
25/100