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...


what is DLL?

Answers were Sorted based on User's Feedback



what is DLL?..

Answer / subodh kumar pandey

DLL are library file with compile code that can be used by
other application.The DLL expose certain function and
classes to these applicationby exporting the function.

Is This Answer Correct ?    22 Yes 1 No

what is DLL?..

Answer / dilip

dll is dynamic link library

Is This Answer Correct ?    20 Yes 1 No

what is DLL?..

Answer / a.sriram prasad

dynamic link library

Is This Answer Correct ?    13 Yes 1 No

what is DLL?..

Answer / arun

DLL : Dynamic Link libary

Is This Answer Correct ?    6 Yes 1 No

what is DLL?..

Answer / sachin

DLL is a dyanamic link library.In DLL we can store common
classes that we require regularaly in our application.DLL
can save memory as classes in DLL are shared in our
application without creating individual copy of each class.

Is This Answer Correct ?    3 Yes 1 No

what is DLL?..

Answer / guest

Dll stands for dynamic link libraries.

Is This Answer Correct ?    4 Yes 5 No

what is DLL?..

Answer / nilavu

DLL is a binary file that can be loaded into another
process memory space. So that variables, functions &
classes that are compiled in one dll file could be used by
many application.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More VC++ AllOther Interview Questions

What is the RGB macro used for?

1 Answers  


What is cwinthread class?

0 Answers  


What property is used to indicate that the up-down control is associated with a buddy control?

1 Answers  


What are the advantages of a message map

0 Answers  


How do I fix microsoft visual c++ 2015 setup failed?

0 Answers  


How do I install microsoft visual c++ 2015?

0 Answers  


A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


What function is used to trap all mouse messages?

1 Answers  


What are some differences between a form view and a dialog box?

2 Answers   DS Group, Manipal Ecommerce,


What is mfc in vc++?

0 Answers  


what are the advantages of VC++ design environment

1 Answers  


How do I uninstall visual c++?

0 Answers  


Categories