What is a Linker used for in computer programming?

1 answer

Answer

1030921

2026-04-16 05:21

+ Follow

Linking is the process of combining various pieces of code and data together to form a single executable that can be loaded in memory. Linking can be done at compile time, at load time (by loaders) and also at run time (by application programs)

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.