What is the function of a compiler in programming?
Select the correct answer from the options below:
Convert source code to machine code
Execute machine code
Provide graphical output
Manage data flow
View Answer
Explanation:
A compiler translates high-level programming code into machine-readable code for execution.