This commit is contained in:
1
Career/DLL's.md
Normal file
1
Career/DLL's.md
Normal file
@@ -0,0 +1 @@
|
||||
A Dynamic Link Library (DLL) is a type of file that contains code and data that can be used by multiple programs simultaneously. It allows developers to modularise their applications, enabling code reuse and efficient memory usage. DLLs are commonly used in Windows operating systems, but they can also be found in other platforms.
|
||||
Reference in New Issue
Block a user