What is a 'Compiler'?

Asked by blessing007 · 4 months ago

1 Answer

24
amorebise · 4 months ago Top Answer

A compiler is a translator. It takes the code you wrote (which looks like English) and turns it into the zeros and ones (machine code) that the CPU understands.

It's like a translator at a UN meeting. You speak your language, and they make sure the other person understands exactly what you said.

Log in to add a comment.