Junior — Middle
What is the extension of an executable file containing machine code?
sobes.tech AI
Answer from AI
An executable file containing machine code usually has an extension depending on the operating system:
- In Windows —
.exe - In Unix-like systems (Linux, macOS), executable files often have no extension, but sometimes use
.binor.run
For example, the file program.exe is an executable file for Windows containing machine code that the processor can execute directly.