What does it mean to compile a program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does it mean to compile a program?

1st Sep 2016, 2:45 PM
DELETED
2 Answers
+ 3
High-Level programming languages can't be processed by the computer directly because the computer only 'understands' assembly languages. Some high level programming languages solve this problem by compile the source code into object code. This means that the code will be translated by the compiler into an assembly language.
1st Sep 2016, 3:36 PM
Amarie
+ 2
turns your written program into computer language
1st Sep 2016, 3:40 PM
alex
alex - avatar