Computer Science, asked by lavishnegi1234, 5 months ago

difference between compiler and intrepreter ​

Answers

Answered by pgarg6448
1

Answer:

compiler scans the entire program and translates the whole of it into machine code at once .

intrepreter translates just one statement of the program at a time into machine code .

Similar questions