Sociology, asked by priyamkumaradhikary, 8 months ago

Diffrentiate between comlpier and interpreter​

Answers

Answered by Anonymous
3

Answer:

Explanation:

Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code

Answered by raginikri2007
2

Answer:

Compliers and interpreters are programs that help convert the high level language (Source Code) into machine codes to be understood by the computers. Computer programs are usually written on high level languages. A high level language is one that can be understand by humans.

Similar questions