Computer Science, asked by shubbi07, 7 months ago


Write the difference between a compiler and linker.​

Answers

Answered by Anonymous
3

Answer:

A compiler generates object code files (machine language) from source code. A linker combines these object code files into an executable. ... Some languages/compilers do not have a distinct linker and linking is done by the compiler as part of its work.

Answered by christythomas063
1

Answer:

Explanation:

The compiler takes a program as a whole and translates it, but interpreter translates a program statement by statement. Intermediate code or target code is generated in case of a compiler

Similar questions