icp/oer/courses/c-basics/sections/01-introduction/06-quiz-compiler/choices

5 lines
195 B
Plaintext
Raw Normal View History

2018-05-05 22:18:02 +00:00
It interprets the code on the fly, to tell the CPU what to do.
*It translates the code into a CPU executable binary.
It prepares the code for further processing.
It helps you, to write the code.