Windows Programing Question:

Differentiate between the Compiler and Interpreter?

Tweet Share WhatsApp

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.

Read All 35 Windows Programing Questions
Previous QuestionNext Question
Explain What are the GPC and the GPT? Where can we find them?Explain Synchronization Objects?