Computer Science, asked by thanishkk9874, 1 year ago

What happens when a program is compiled?

Answers

Answered by Arcel
6

When a program is compiled the computer will tell us if there are any errors in the coding. If there are any errors then you can correct and compile it again and then run the program.


Hope this helped!!

Answered by roshan8176
0
here is your answer !
A compiler is a program that translates human-readable source code into computer-executable machine code.To do this successfully, the human-readable code must comply with the syntax rules of whichever programming language it is written in. If you make a mistake, you have to correct the syntax or it won't compile.
mark me as brain list
Similar questions