List out the difference between compiler and interpreter
Answers
Answered by
2
compiler converts the source program from high level language to low level language all at once and the errors are also listed altogether.
This type is much faster but sometimes it becomes too difficult to debug all the errors together.
interpreter converts line by line ,if any error arises then further execution stops till the error gets resolved. This type is easier but slow.
This type is much faster but sometimes it becomes too difficult to debug all the errors together.
interpreter converts line by line ,if any error arises then further execution stops till the error gets resolved. This type is easier but slow.
Answered by
1
THIS PICTURE WILL SURELY HELP YOU.........!!!!
Attachments:
Similar questions