A compiler
A compiler translates code from human readable code into machine code. A compiler is programming language specific, it not possible to take a compiler that deals with assembly code and compile with it C application. A compiler is also platform specific. It is not possible to use application compiled for Mac OS and use it in Windows OS.
Comments
Post a Comment