what does exactly the linker do?



what does exactly the linker do?..

Answer / s.verma

The work of the linker is to take all the related files of a
project, after compilation of individual files, wrap them
into a single file and hand it over to the loader. The loader
then loads it into the main memory and prepares it for
execution

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More OOPS Interview Questions

When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,


what is the difference between inter class and abstract class...?

0 Answers  


What is object in oops?

0 Answers  


Why we use classes in oop?

0 Answers  


why c++ is a highlevel language

3 Answers   Satyam, Tech Mahindra,






The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?

6 Answers   TCS,


design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

1 Answers   HSBC,


How long to learn object oriented programming?

0 Answers  


What is multilevel inheritance in oop?

0 Answers  


if u write a class do u write Assignment operator and copy constructor

1 Answers   Siemens,


What are the data types in oop?

0 Answers  


What is difference between #define and const?

3 Answers   emc2,


Categories