Multiple choice

A compiler which allows only the modified section of the source code to be recompiled is called

  1. incremental compiler

  2. reconfigurable compiler

  3. dynamic compiler

  4. selective compiler

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

An incremental compiler is designed to recompile only the parts of the source code that have been modified, which saves time during the development cycle.