What is compiler, linker, loader?

后端 未结 14 951
离开以前
离开以前 2020-12-07 06:48

I wanted to know in depth meaning and working of compiler, linker and loader. With reference to any language preferably c++.

14条回答
  •  無奈伤痛
    2020-12-07 07:25

    A Compiler translates lines of code from the programming language into machine language.

    A Linker creates a link between two programs.

    A Loader loads the program into memory in the main database, program, etc.

提交回复
热议问题