Answer Posted / 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 View All Answers
What is interface in oop?
What is destructor oops?
What is multilevel inheritance explain with example?
What is polymorphism and example?
Why do we use oop?
Can we create object of interface?
What is the highest level of cohesion?
Why is static class not inherited?
Can enum be null?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why do we use inheritance?
Why do while loop is used?
What is multilevel inheritance in oop?
What is oops with example?
What is encapsulation with example?