Operating-Systems
January 31, 2024Compiler-Design
January 31, 2024GATE 1991
|
Question 28
|
Choose the correct alternatives (more than one may be correct) and write the corresponding letters only:
A “link editor” is a program that:
|
matches the parameters of the macro-definition with locations of the parameters of the macro call
|
|
|
matches external names of one program with their location in other programs
|
|
|
matches the parameters of subroutine definition with the location of parameters of subroutine call
|
|
|
acts as link between text editor and the user
|
|
|
acts as a link between compiler and user program
|
Question 28 Explanation:
Linked editor can be able to perform
1) external symbol resolution
2) relocation
1) external symbol resolution
2) relocation
Correct Answer: B
Question 28 Explanation:
Linked editor can be able to perform
1) external symbol resolution
2) relocation
1) external symbol resolution
2) relocation
