What is compiler, linker, loader?

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

    Compiler :it is a system software which correct the error of programs,object file ,messages etc

    Linker:it is a system software which combines One or more objectfiles and possible some library code into either some exicutable some library or a list of error

    Loader: A program which loads the executable file to the primary memory of the machine

提交回复
热议问题