in Compiler Design edited by
1,093 views
0 votes
0 votes
Incremental-compiler is a compiler
(a) which is written in a language that is different from the source language (b) that generates object code for its host machine (c) which is written in a language that is same as the source language (d) that allows a modified position of a program to be compiled
in Compiler Design edited by
1.1k views

1 Answer

0 votes
0 votes
D???

2 Comments

WHAT IS THE MODIFIED POSITION OF PROGRAM MEANS
0
0
it means incremental compiler will not compile the whole program again which has been already compiled, it will compile only that part of program which has been modified..
0
0

Related questions