Computer Science, asked by farhan4759, 1 year ago

Differentiate between Complier and Interpreter?

Answers

Answered by AshuAce
6

In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language. Another difference between Compiler and interpreter is that Compiler converts the whole program in one go on the other hand Interpreter converts the program by taking a single line at a time

Hope it helps

please mark this Brainliest and Follow me

Answered by Anonymous
1

Hey There!!!

Compiler => it compiles the entire program . C++ , Java uses compiler..

Interpreter => it interprets line by line program...

interpreter is uses by Python

Similar questions