Programming tools Compiler Question #20045
Single Choice Easy

QIn the compilation process, what does the "Linker" do?

ID: #20045 Compiler 122 views
Question Info
#20045Q ID
EasyDifficulty
CompilerTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Converts source code to machine code
  • B Resolves references to external functions and variables
  • C Optimizes the generated code for performance
  • D Performs syntax analysis on the code
Correct Answer

Explanation

The linker is responsible for resolving references to external functions and variables, ensuring the correct linkage of program components.

Share This Question

Challenge a friend or share with your study group.