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 / 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 is a char c?

1089


Is c still used?

1097


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

2049


How many loops are there in c?

1165


Can we assign integer value to char in c?

1343


Is multithreading possible in c?

1068


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

1264


What are the two types of functions in c?

1057


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1774


What are extern variables in c?

1038


Why clrscr is used after variable declaration?

1762


What is the size of a union variable?

1100


What is structure and union in c?

1206


why return type of main is not necessary in linux

2151


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1083