Open In App

ISRO | ISRO CS 2018 | Question 29

Like Article
Like
Save
Share
Report

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


Last Updated : 06 Feb, 2020
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads