Computer Science, asked by saimanikanta2533, 1 year ago

Merit and demerit of single path and multi path compiler

Answers

Answered by Rahulsinghbhadauriya
0
 one-pass compiler is a compiler that passes through the source code of each compilation unit only once. A multi-pass compiler is a type of compiler that processes the source code or abstract syntax tree of a program several times.A one-pass compilers is faster than multi-pass compilers
Similar questions