difference between interpreter and compiler...
Answers
Answered by
19
Hope this will help you
Attachments:
FuturePoet:
nice answer
Answered by
5
c or c++ is the compiler language where Perl, Python and Matlab ,java is interpreter language....
compiler takes entire program & converts it into object code which is typically stored in a file. The object code is also refered as binary code and can be directly executed by the machine
interpreter directly executes instructions written in a programming or scripting language without previously converting them to an object code or machine code.
compiler takes entire program & converts it into object code which is typically stored in a file. The object code is also refered as binary code and can be directly executed by the machine
interpreter directly executes instructions written in a programming or scripting language without previously converting them to an object code or machine code.
Similar questions