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