what is the difference between interpreter and compiler?
ohhk then bye bye take care
Answers
Answered by
1
Answer:
Compiler is a software or language processor or translator accepting whole program written in high level language one time . Compiles whole program at one time. Syntax errors possible . It is used in digital computers and in high level languages like c , c++.
Interpreter is a software of language processor or translator executing program line by line or statement by statement . Syntax errors possible. If error detected on any line or statement then execution stops and firstly asks user to correct the error. After correction of error , the control (interpreter) moves to check the next line or statement.It is used in microcomputers and in high level languages like python.
Similar questions