[29]
Intermediate Code
The task of compiler is to convert the source program into machine program. But, it is not always possible to generate such a machine code directly in one pass. Typically compilers generate an easy to represent form of source l...