Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is Linker?

Answers were Sorted based on User's Feedback



what is Linker?..

Answer / jo

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, and also at run time
Static Loading and Linking
Dynamic Loading & Linking

Is This Answer Correct ?    33 Yes 9 No

what is Linker?..

Answer / niranjanamurthy

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). The process of linking dates back to late 1940s,
when it was done manually. Now, we have linkers that support
complex features, such as dynamically linked shared
libraries. This article is a succinct discussion of all
aspects of linking, ranging from relocation and symbol
resolution to supporting position-independent shared
libraries. To keep things simple and understandable, I
target all my discussions to ELF (executable and linking
format) executables on the x86 architecture (Linux) and use
the GNU compiler (GCC) and linker (ld). However, the basic
concepts of linking remain the same, regardless of the
operating system, processor architecture or object file
format being used.

Is This Answer Correct ?    15 Yes 2 No

what is Linker?..

Answer / junaid khattak

Linker is a routine or module that links different files
with eacher if needed, while loader is a program/module
that loads only program from econdary memory to main
memeory.

Is This Answer Correct ?    17 Yes 10 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Tell me operating systems used in mobile.

0 Answers   Tech Mahindra,


Please describe the different state of a process?

4 Answers  


How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem?

0 Answers  


what are multi core operating systems?

2 Answers  


What is pipelining in reference to ram?

0 Answers  


List advantages and disadvantages of dynamic memory allocation vs. static memory allocation.?

0 Answers  


How do I force a program to close?

0 Answers  


Is it possible to have a deadlock involving only one process?

0 Answers  


How do you change File Access Permissions?

0 Answers  


What is Dirty bit? What is the role/purpose of dirty bit?

1 Answers  


Explain how a copying garbage collector works.

0 Answers  


How do you tell if your computer is 32 or 64 bit?

0 Answers  


Categories