Which system software merges individually compiled program modules into an executable format?

Choose the correct answer

Explanation

An assembler translates assembly code into machine code. A load-and-go loader loads programs directly into memory for execution. A linking loader combines separately compiled modules into a single executable. A cross compiler generates code for a different platform. Therefore, the linking loader is responsible for merging modules into an executable.

Which system software merges individually compiled p… — Language processors | PakQuizHub