Computer Science, asked by Ashwin2772, 1 year ago

List out the difference between compiler and interpreter

Answers

Answered by Anonymous
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.
Answered by Rumi123456789
1
THIS PICTURE WILL SURELY HELP YOU.........!!!!
Attachments:
Similar questions