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 is multidimensional arrays
Why main is not a keyword in c?
What is floating point constants?
What are the application of c?
post new interiew question and aptitude test papers
Explain about block scope in c?
What are the uses of null pointers?
What is auto keyword in c?
What is the default value of local and global variables in c?
What is a pointer on a pointer in c programming language?
Write a program to exchange two variaables without temp
What's the difference between DELETE TABLE and TRUNCATE TABLE commands?