Computer Science, asked by princessMannat, 1 year ago

difference between interpreter and compiler...

Answers

Answered by Anonymous
19
Hope this will help you
Attachments:

FuturePoet: nice answer
Answered by AmudhavelVchamp
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.

Similar questions