94.5k views
17 votes
What process renders high-level programming code into usable code for the CPU?

User Seunggabi
by
4.3k points

1 Answer

4 votes

Answer:

Compilation

Step-by-step explanation:

The compiler links your code and assembles it and compiles it to a binary file. For more information you can find it on or the internet

User Mrpopo
by
4.1k points