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 vcruntime?

0 Answers  


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

0 Answers  


How do I create an mfc application in vc++?

0 Answers  


What is microsoft visual c++ used for?

0 Answers  


What keyboard editor command is used for Undo?

1 Answers  






What is the difference between the = and == operators?

1 Answers  


In which Way invoke context-sensitive help inside the editor?

0 Answers  


How can i communicate with two systems one is located some place another is located 100km how from the current systems which protocala i have to use

2 Answers   Invensys,


Where can I find microsoft visual c++?

0 Answers  


Explain some of commonly used methods provided by iunknown.

0 Answers  


What is a transparent image?

1 Answers  


What is microsoft visual c++ 2017 redistributable?

0 Answers  


Categories