Tagged Questions

4
votes
5answers
124 views

Are compiled programs actually in true binary?

For example, when I compile a C application is the outputted file read as binary or does the OS then interpret the compilation? Is the "machine language" pure binary? EDIT: Yes, everything on a ...