1.

A system program that combines separately compiled modules of a program into a form suitable for execution is?(a) Assembler(b) Linking Loader(c) Cross Compiler(d) None of the mentionedI had been asked this question in an online interview.The origin of the question is Data Structure for Representing Parsing Table topic in chapter Bottom Up Parsing of Compiler

Answer»

Correct CHOICE is (b) Linking Loader

For EXPLANATION I WOULD say: A loader which combines the functions of a relocating loader with the ability to combine a number of program SEGMENTS that have been INDEPENDENTLY compiled into an executable program.



Discussion

No Comment Found

Related InterviewSolutions