Windows Programing Question:

Differentiate between the Compiler and Interpreter?

Windows Programing Interview Question
Windows Programing Interview Question

Answer:

An interpreter reads one instruction at a time and carries out the actions implied by that instruction. It does not perform any translation. But a compiler translates the entire instructions.


Previous QuestionNext Question
Explain What are the GPC and the GPT? Where can we find them?Explain Synchronization Objects?