Answer (Choose 1 answer)
Which of the following statements is INCORRECT about interpreters and compilers?
A. Interpreters translate and execute each high level statement, one at a time
B. Interpreters execute the corresponding set of machine language statements immediately
C. Compilers translate the entire set of high level statements into a set of machine language without executing any of the statements
D. Compilers do not produce a separate executable file
Exit 38