0
What does it mean to compile a program?
2 Respuestas
+ 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.
+ 2
turns your written program into computer language