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 are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Write a code of a general series where the next element is the sum of last k terms.
How is actual parameter different from the formal parameter?
What is a stream in c programming?
Explain the difference between the local variable and global variable in c?
What is the return type of sizeof?
Can math operations be performed on a void pointer?
i got 75% in all semester am i eligible for your company
Do you know the use of 'auto' keyword?
Explain the difference between call by value and call by reference in c language?
In C language what is a 'dangling pointer'?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are the preprocessor categories?
What is unary operator?
What is the function of volatile in c language?