COMPILER AND INTERPRETER

A compiler is a software which basically converts a high level language(human understandable language) to  low level language(computer  understandable language) for its machine processing.


                                                A interpreter is also a software that do same task as a compiler but the difference between both is interpreter converts HLL to LLL line by line and compiler  the whole code at once.

Comments

Popular Posts