COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

OVERVIEW OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A computer program that links and merges various object files together in order to make an executable file.
A
Assembler
B
Compiler
C
Interpreter
D
LInker
Explanation: 

Detailed explanation-1: -Linker. Linker is a computer program that links and merges various object files together in order to make an executable file. All these files might have been compiled by separate assemblers.

Detailed explanation-2: -Linking is the final stage of compilation. It takes one or more object files or libraries as input and combines them to produce a single (usually executable) file.

Detailed explanation-3: -What is a Linker? A linker is an important utility program that takes the object files, produced by the assembler and compiler, and other code to join them into a single executable file. There are two types of linkers, dynamic and linkage.

There is 1 question to complete.