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

for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)

2 Answers  


How do you define social class?

0 Answers  


What is encapsulation in ict?

0 Answers  


how to find the correct email address format by using the programe?

1 Answers   Accenture,


Explain the concepts involved in Object Oriented programming.

0 Answers   Wipro,






Is abstract thinking intelligence?

0 Answers  


How do you explain polymorphism?

0 Answers  


What is DeadlyDiamondDeathProblem ?

1 Answers  


swapping program does not use third variable

5 Answers   TCS,


What normal C constructs work differently in C++?

2 Answers  


What is difference between polymorphism and inheritance?

0 Answers  


Difference ways of Polymorphism?

3 Answers  


Categories