Multiple choice technology

Which one is the location of DLL file ?

  1. W32BIN

  2. W32DLL

  3. SIGFILES

  4. TBLLIB

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

W32DLL is the correct location for DLL (Dynamic Link Library) files in a 32-bit Windows environment. DLL files contain executable code and resources that multiple programs can use simultaneously. W32BIN would typically contain executables while SIGFILES and TBLLIB serve other purposes.