Incremental-Compiler is a compiler
1
which is written in a language that is different from the source language
2
compiles the whole source code to generate object code afresh
3
complies only those portions of source code that have been modified
4
that runs on one machine but produces object code for another machine
5
None of these