All-in-One Exam Prep Platform
Home
Important MCQs
Past Papers
Subject Wise
All Category
×
English
Urdu
What is a Compiler?
What is a Compiler?
ایک مرتب کیا ہے؟
A compiler is a special program that processes statements written in a particular programming language and turns them into machine language
A compiler is a language providing very efficient execution
A compiler does a conversion line by line as the program is run
None of these
Explanation
A
compiler
translates entire source code
from a high-level programming language into machine code before execution.
Unlike an
interpreter
,
it does not convert code line by line but processes it all at once for efficiency.