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 |
what is multithreading in c++ , what is difference between multithreading and singlethreading.
What is difference between inheritance and polymorphism?
Whats is abstraction in oops?
what is the advantage in software? what is the difference between the software developer and Engineer
Which type does string inherit from?
Write a program to multiply 3x3 matrics
c++ is a pure object oriented programming or not?
What does it mean when someone says I oop?
What is polymorphism and why is it important?
how can we design a magic square in c++?or suggest me the basic idea of it.
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
diff between Virtual mathod and abstract method?