December2015 Cs Q45

0. The __________ transfers the executable image of a C++ program from hard disk to main memory.

  • Option : D
  • Explanation :
  • The loader transfers the executable image of a C++ program from hard disk to main memory.
  • Debugger is a computer program that is used to test and debug other programs(target program).
  • Compiler Compiler is a software which converts a program written in high level language (Source Language) to low level language (Object/Target/Machine Language).
  • Linker takes object files, links them with each other and with any library files that you specify, and produces an executable output file.
  • So, option (D) is correct.
Cancel reply
Cancel reply