Computer Science, asked by sauravsinghb, 6 months ago

the binary executable file is generated by the
1.linker
2.loader
3.assembler
4. compiler​

Answers

Answered by keyboardavro
1

Answer:

The executable is created by the toolchain from the source code. This file needs to be in a format explicitly defined such that the compiler can create it and the operating system can identify it and load into memory, turning it into a running process that the operating system can manage.

Explanation:

Similar questions