Explain Linker and Loader

Answer Posted / ashutosh

linker is used to attach the source code from library
content, and loader in the component of operatng system.with
the help loader source code load in the memory.

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are dangling pointers? How are dangling pointers different from memory leaks?

582


What is c variable?

532


What is structure in c language?

590


What are the two types of functions in c?

540


What is %lu in c?

646






What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1329


How do you print only part of a string?

582


In a byte, what is the maximum decimal number that you can accommodate?

601


write a program to concatenation the string using switch case?

1529


what will be the output for the following main() { printf("hi" "hello"); }

9241


Write a code on reverse string and its complexity.

582


What does *p++ do? What does it point to?

595


How can you allocate arrays or structures bigger than 64K?

654


What is adt in c programming?

579


What is difference between structure and union in c?

520