What is a difference between a compiler and an interpreter?
(1 point)
Responses
An interpreter creates an executable file.
A compiler creates an executable file.
A compiler is source code.
An interpreter is source code.
1 answer
A difference between a compiler and an interpreter is that a compiler generates an executable file, while an interpreter does not.