What's different between compiler and interpreter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's different between compiler and interpreter

23rd Dec 2019, 9:29 AM
Prakash
Prakash - avatar
2 Answers
+ 5
Compiler converts code in byte code and interpreter exicute that code one by one.
23rd Dec 2019, 10:29 AM
Sumit Programmer😎😎
Sumit Programmer😎😎 - avatar
+ 1
A compiler reads the code and turns it in a much simpler format called assembly language, while an interpreter reads each line, and executes it.
23rd Dec 2019, 11:09 AM
🈂️Toma
🈂️Toma - avatar