A compiler is a program that converts (compiles) a source program representing a program into the machine code necessary to actually execute it.An interpreter is a program that processes the source...
A compiler converts the source code to object code which then gets linked to the required header functions and start up code(varies from OS to OS) this then gets converted to executable code which...