Taking an example,differentiate b/w loader and linker ?
Answer / banavathvishnu
Loader comes into picture after it is build successfully
when u run the program, Loader loades the program in to
main memory and will execute.
Linker is one which links library files with the object
files.
Linker comes into picture at the build time of the program.
| Is This Answer Correct ? | 9 Yes | 4 No |
What is file in c language?
What is queue in c?
What is the difference between procedural and declarative language?
hi any body pls give me company name interview conduct "c" language only
A C E G H +B D F A I ------------ E F G H D
What is string concatenation in c?
Explain what is the difference between #include and #include 'file' ?
Wt are the Buses in C Language
What is wrong with this program statement? void = 10;
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
Explain what header files do I need in order to define the standard library functions I use?