+ 6
Any one know about compiler and interpreter?
2 RĂ©ponses
+ 4
Thank you friends đđđ
I got it all things about this topic. đđđ
+ 3
compiler: run each line of the code from the first line to the last line and finally print the result or the errors if there exist error
VS
interperter : run each line of the code from the first to the last but if there exist any error at any line the interpreter stop runnining
The rest lines and print the lines that express on the type of this error and how to fix it
------------------
interlreter exisit in interpreted language like python
Compiler exisit in language like c#,c++,c,java