Does exe file after linking consist of machine language only?
I have a question in study C language.
If we compile an advanced language that writes the source code, it becomes an .obj file, and if we link those files, it becomes an exe file, what language is each obj file and exe file composed of? Assembly? Machine language? I'm curious.
I think the exe file is machine language, because our hardware understand the exe file to start program.