Answer Posted / madhumatee
Linker is a program that helps to link various pieces of
code or data together to form a single executable file that
can be loaded into memory
Loader is a program that helps in copying the program image
from hard disk to main memory in order to put the program
in a ready to run state.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why do we need functions in c?
Are local variables initialized to zero by default in c?
What is the use of static variable in c?
How does placing some code lines between the comment symbol help in debugging the code?
What does c mean before a date?
What is a structure member in c?
What are comments and how do you insert it in a C program?
What does the error message "DGROUP exceeds 64K" mean?
What does printf does?
What is a spanning Tree?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is a string?
What is uint8 in c?
What are the standard predefined macros?
program for reversing a selected line word by word when multiple lines are given without using strrev