Computer Science, asked by kumarumesh91133, 1 year ago

Which statement is true

I. Exe can run independently
ii. DLL can run independently
iii. Exe and DLL both can run independently
iv. None of the above

Come fast ans


Answers

Answered by descholar
0

Answer:

The answer for this question is I.Exe can run independently.

Explanation:

  • EXE is an extension used for executable files while DLL is the extension for a dynamic link library.
  • An EXE file can be run independently while a DLL is used by other applications.
  • An EXE file defines an entry point while a DLL does not.
  • A DLL file can be reused by other applications while an EXE cannot.
Similar questions