Which of the following statements accurately reflects a difference between compilers and interpreters?
A
Compilers convert a program's entire source code into an executable, while interpreters translate source code on the fly, i.e., one
statement at a time.
B) Compiled programs run much slower than interpreted programs.
C Compiled programs run much faster than interpreted programs.