33. A link editor is a program that
Answers
Answered by
1
Answer:
In computing, a linker or link editor is a computer system program that takes one or more object files (generated by a compiler or an assembler) and combines them into a single executable file, library file, or another 'object' file.
Answered by
0
A link editor is a program that combines files into a single executable file.
Explanation:
- A linker, sometimes known as a link editor, is a computer system application that merges one or more object files (produced by a compiler or an assembler) into a single executable file, library file, or other "object" file.
- Linkers can use objects from a library, often known as a runtime library.
- Most linkers do not produce the whole library; just the files [clarification needed] that are referenced by other object files or libraries are included.
- #SPJ3
Similar questions