Multiple choice

Which of the following files is produced by a compiler?

  1. OBJ file

  2. EXE file

  3. TEXT file

  4. ZIP file

  5. AVI file

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

An object file or OBJ file is a file containing object code, meaning relocatable format machine code that is usually not directly executable. Object files are produced by an assembler, compiler, or other language translator, and used as input to the linker, which in turn typically generates an executable or library by combining parts of object files.