difference between loading and linking
Answer / 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 |
What are reserved words with a programming language?
Diff between for loop and while loop?
what is the stackpointer
Why is c called a structured programming language?
how does printf function work
what is computer
please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC
What is p in text message?
What is key word in c language?
What is substring in c?
When should you use a type cast?
while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.