Ask your own question, for FREE!
MIT 6.001 Structure and Interpretation of Computer Programs, Spring 2005 9 Online
OpenStudy (anonymous):

If compiler compiles the program generates an Object code .Does the Interpreter generate the object code/file.if not then how the processor understand that the Interpreted code.. (I know the question is not clear if anybody know the concepts clearly then i can explain question clearly..)

OpenStudy (anonymous):

The interpreter generates machine code on the fly. Object code is machine code, but it is segmented and in a different format than it gets parsed as (think of how a module or library gets called in the execution of a program vs the placement in object code).

OpenStudy (anonymous):

Really not understood very well but anyways thanks for replying !!!

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!