what is difination of linker and loader in computer.....tell
Answers
Answered by
3
Answer:
A linker combines one or more object files and possible some library code into either some executable, some library or a list of error messages. A loader reads the executable code into memory, does some address translation and tries to run the program resulting in a running program or an error message (or both).
Answered by
7
Answer:
hey sameer good morning
A linker takes input of object code generated by compiler/ assembler . and the loader takes input of executable files generated by linker... loading can be defined as process of loading executable codes to main memory for further main execution .
In computer systems is a loader is the part of an operating system that is responsible for loading programmes and libraries. it is one of the essential stages in the process of starting a program, as it place programs into memory and prepares them for execution
Similar questions