What is the difference between a compiler and an interpreter?
ReportQuestion
A. There is no difference.B. Compilers translate line by line, interpreters translate the entire program at once.C. Compilers translate the entire program at once, interpreters translate line by ...