edited by
579 views
0 votes
0 votes

For which of the following reasons, a compiler is preferable to an interpreter?

  1. It can generate stand-alone programs that often takes less time for execution
  2. It is much helpful in the initial stages of program development
  3. Debugging can be faster and easier
  4. If one changes a statement, only that statement needs recompilation
edited by

1 Answer

0 votes
0 votes
1. It can generate stand alone programs that often takes less time for execution.

Related questions