Q2. One of the purposes of using intermediate code in compilers is to
Answer : Option CExplaination / Solution:
Intermediate code is machine independent code which makes it easy to retarget the compiler
to generate code for newer and different processors.