Difference between interpreter and compiler | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

Difference between interpreter and compiler

17th Dec 2016, 5:45 PM
kirubason
kirubason - avatar
3 Antworten
+ 4
Interpreter runs/checks code on real time while compiler first evaluates and then runs it.
17th Dec 2016, 5:54 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
https://youtu.be/_C5AHaS1mOA watch this video ... ^^
17th Dec 2016, 6:00 PM
Mahmood Ali
Mahmood Ali - avatar
+ 1
both convert high level languange into machine language. interpreter simultaneously scan step by step code and suddenly it is executed. But in compiler whole program is scanned and finally the code is executed.
17th Dec 2016, 6:18 PM
kirubason
kirubason - avatar