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 are the advantages of VC++ design environment

1 Answers  


What is the value of the expression a = 42?

2 Answers  


What is more efficient to pass as a parameter--a pointer or an object? Why?

1 Answers  


What is the purpose of a C++ namespace?

2 Answers  


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

0 Answers  






What is microsoft visual c++ 2015 redistributable?

0 Answers  


Does visual c++ 2017 replace 2015?

0 Answers  


TO start the build process in Developer Studio Which keyboard function is used ?

4 Answers  


Difference between getmessage, postmessage & peakmessage.

0 Answers  


How can we allow no selection of radio button in grouped radio buttons?

2 Answers  


What is the file extension used for C++ class implementation files?

3 Answers  


Name the three types of loops used in C++ programs?

4 Answers  


Categories