DIFFERENCE BETWEEN COMPILER AND ENTERPRETER.
Answers
Answered by
0
1.Compiler is the language processor that translate the complete high level program ( called as source code) as a whole in machine code before execution the C and C ++ Compiler are the best example of compiler
2. The language processor that translate( convert) each statement of source program into machine code and execute it immediately before proceeding on to translate the next statement is called interpreter
2. The language processor that translate( convert) each statement of source program into machine code and execute it immediately before proceeding on to translate the next statement is called interpreter
Answered by
0
compiler- a compiler is computer program that converts the programs written in high level language into its machine executable codes.
for example Turboc/C++, java c, Becca
interpreter- an interpreter is a computer programs that compile each line by line. it compiles a line, checks for error and then execute it if an error is found at a line, interpreter stop the compilation and execution and the program halts.
for example Turboc/C++, java c, Becca
interpreter- an interpreter is a computer programs that compile each line by line. it compiles a line, checks for error and then execute it if an error is found at a line, interpreter stop the compilation and execution and the program halts.
Similar questions