PDA

View Full Version : Compilers & interpreters


Aniruddh Vyas
Jan 30, 2010, 03:26 AM
Do compilers and interpreters just translate or execute also

karilynngodd
Oct 17, 2010, 01:13 PM
Compiler is a program that translates a high-level language into machine language. An interpreter both translates and executes the instructions in a high-level language program.