- 2
What is a compiler?
4 Answers
+ 11
Compiler is an translator which translate the written source code into the object code and machine code. As machine only understood the machine language (01) so compiler is made according to the grammar written in the language.
+ 4
This might help you đ
https://whatis.techtarget.com/definition/compiler
What is compiler? - Definition from WhatIs.com
+ 3
Hey Roxtar Rahul
To further illustrate what GAWEN STEASY has already written( which is correct.. btw)
Compiler is like an interpreter between you and the computer...The computer understands a language that is different from the language of your code so for it to do exactly as you command, the Compiler comes in and reads your code, then interprets it to the computer and the computer, then acts accordingly.
Imagine, asking a deaf and dumb to make you breakfast when you don't know nor understand sign language... he won't do anything until someone interprets it with signs to him.. The interpreter here is like the Compiler on the computer...
Hope that helps.
+ 2
A compiler converts the whole computer programs in one go