Which one is the location of DLL file ?
-
W32BIN
-
W32DLL
-
SIGFILES
-
TBLLIB
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.