in Compiler Design recategorized
2,909 views
0 votes
0 votes

Which of the following are the principles tasks of the linker ?

I. Resolve external references among separately compiled program units.

II. Translate assembly language to machine code.

III. Relocate code and data relative to the beginning of the program.

IV. Enforce access-control restrictions on system libraries.

  1. $I$ and $II$
  2. $I$ and $III$
  3. $II$ and $III$
  4. $I$ and $IV$
in Compiler Design recategorized
2.9k views

1 Answer

0 votes
0 votes
B is the answer

Related questions