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 |
Can you inherit a private class?
Why is static class not inherited?
Why is there no multiple inheritance?
write a program to print * * * * * *
what is an qt4 interface?
Write a macro for swapping integers
What does no cap mean?
In multilevel inheritance constructors will be executed from the .... class to ... class
difference between static and non-static variables?
What is the importance of oop?
What is data binding in oops?
What is deep and shalow copy?