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 |
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
What are the advantages of Macro over function?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
What is the basic structure of c?
What is 02d in c?
how to find the binary of a number?
What is else if ladder?
char *p="name"; printf(p);
What are the types of operators in c?
write a program for egyptian fractions in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How do you prevent buffer overflows in C?