Answer Posted / anusha.r
The basic job of any linker or loader is simple: it binds
more abstract names to more concrete names, which permits
programmers to write code using the more abstract names.
That is, it takes a name written by a programmer such as
getline and binds it to ``the location 612 bytes from the
beginning of the executable code in module iosys.'' Or it
may take a more abstract numeric address such as ``the
location 450 bytes beyond the beginning of the static data
for this module'' and bind it to a numeric address
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
what is a constant pointer in C
Differentiate between the = symbol and == symbol?
Which driver is a pure java driver
How can I open files mentioned on the command line, and parse option flags?
What does stand for?
What are identifiers and keywords in c?
What is an auto keyword in c?
When is a “switch” statement preferable over an “if” statement?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is typedef example?
Why functions are used in c?
How can this be legal c?
Explain how do you sort filenames in a directory?
What is getche() function?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon