Question

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.

Answers

There are no human answers yet.
Answered by GPT 3.5
A difference between a compiler and an interpreter is that a compiler generates an executable file, while an interpreter does not.

Related Questions