Single Choice
Easy
QWhat is the primary difference between a compiler and an interpreter?
ID: #19976
Compiler vs Interpreter
109 views
Question Info
#19976Q ID
EasyDifficulty
Compiler vs InterpreterTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
The primary difference between a compiler and an interpreter lies in when they perform their tasks. A compiler translates the entire source code into machine code during compilation time, while an interpreter translates and executes the source code line by line during execution time.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic