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 |
different types of castings
inheritence with example
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is inheritance in simple words?
what is object oriented programming and procedure oriented programming?
what is abstract class ? when is used in real time ? give a exp
What is difference between new and malloc?
Why is oop useful?
What is encapsulation?
What does no cap mean?
Why is static class not inherited?
What does the keyword "static" mean?