Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain Linker and Loader

Answer Posted / ashwinishaligram308

Linker is the one which links libraries and loader is the
program which load the proacess in to memory for execution

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is binary tree in c?

1037


What is a const pointer?

1040


What is the benefit of using an enum rather than a #define constant?

1172


Why functions are used in c?

1070


#include { printf("Hello"); } how compile time affects when we add additional header file .

1852


When should a type cast be used?

965


What is the use of getchar functions?

1127


Explain how can you restore a redirected standard stream?

1030


Can a variable be both const and volatile?

1071


Write a simple code fragment that will check if a number is positive or negative.

1101


How to find a missed value, if you want to store 100 values in a 99 sized array?

1364


Difference between goto, long jmp() and setjmp()?

1124


Write a program to identify if a given binary tree is balanced or not.

1091


What is the use of linkage in c language?

1011


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1241