What is compiler, linker, loader?

后端 未结 14 965
离开以前
离开以前 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:19

    A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer's processor uses

提交回复
热议问题