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 difference between the codes written in the document class and view class

1 Answers  


Do I need microsoft visual c++ 2005 redistributable on my computer?

0 Answers  


What is vcredist?

0 Answers  


What is microsoft visual c++ 2008 redistributable and do I need it?

0 Answers  


What is the difference between pointer and reference?

7 Answers   IBM, Microsoft, Tech Mahindra,






Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?

4 Answers   Microsoft,


What is the use of microsoft visual c++ 2015 redistributable?

0 Answers  


how to declare and populate an array of checkBoxes

0 Answers  


What is an overlapped image?

1 Answers  


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

2 Answers   DS Group, Manipal Ecommerce,


Explain the advantages of cwinthread class.

0 Answers  


Explain the important features of vc++?

0 Answers  


Categories