Open In App

ISRO | ISRO CS 2018 | Question 29

Incremental-Compiler is a compiler
(A) which is written in a language that is different from the source language
(B) compiles the whole source code to generate object code afresh
(C) compiles only those portion of source code that have been modified.
(D) that runs on one machine but produces object code for another machine

Answer: (C)
Explanation: Incremental compiler is a type of compiler which can compile the partial programs rather than compiling the whole programs again, i.e., it compiles only those portion of source code that have been modified and without recompiling the whole program it can also compile the additional statements of a program.
Quiz of this Question

Article Tags :