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

Difference between critical section, mutex and semaphore.

0 Answers  


What is difference between c++ and visual c++?

0 Answers  


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

0 Answers  


What Is InfoViewer?

1 Answers  


how to declare and populate an array of checkBoxes

0 Answers  






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

1 Answers  


how i can design a user interface in vc++ for getting inputs from users

1 Answers   Path Finders, TCS,


What is a microsoft visual c++ 2008 redistributable?

0 Answers  


What is the difference between the cout and cin iostream objects?

7 Answers  


How do you define a function in vc++?

1 Answers  


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

0 Answers  


What keyboard editor command is used for Undo?

1 Answers  


Categories