Answer Posted / Kamal Singh
A DLL (Dynamic Link Library) is a type of reusable code in Windows that can be used by multiple applications. It allows developers to write code once and use it across multiple programs, reducing file size and improving performance. DLLs contain functions or procedures that perform specific tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers