Computer Science, asked by helloboy, 1 year ago

what is interpreter and compiler

Answers

Answered by Convey
2


Compiler

Translates program one statement at a time.

Scans the entire program and translates it as a whole into machine code.

It takes less amount of time to analyze the source code but the overall execution time is
Answered by samikshaaparihar
1
an interpreter basically reads code line by line and acts on the lines as it goes and a compiler reads the entire code and then acts on it 

hope so it helped u 

Similar questions