9. What is machine language?
It is the language that is executed directly by the CPU of a given computer architecture. It is output by the compiler/linker. My computer uses Intel x86-type machine language, but there are other types. Machine language is NOT portable from one computer architecture to another, whereas C (theoretically) is.
No comments:
Post a Comment