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 do we mean by a hidden argument in a function?
What is coupling in oops?
What is data binding in oops?
Do you know about multiple inheritance?
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
Which keyword is written to use a variable declared in one class in the other class?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.
What is polymorphism what is it for and how is it used?
What is the concept of object oriented program?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
What is the advantage of oop over procedural language?