Computer Science, asked by RockstarAryan1869, 9 months ago

15. Which of the following is not a feature of compiler? a) Execution time is more b) When all the syntax errors are removed execution takes place c) Scans the entire program first and then translate it into machine code d) slow for debugging

Answers

Answered by mantasha21
10

Answer:

a ) Execution time is more is not a feature of compiler.

Answered by kavyapsynergy
0

Execution time is more is not a feature of the compiler

Compiler

  • A compiler is a program that translates a source program into an object program that can be understood by a central processing unit (CPU).
  • It examines whether the given input is in the correct syntax of the programming language during the syntax analysis phase of compilation.
  • The compiled version is significantly faster since it translates the programming language into machine language all at once before the program starts.
Similar questions