0
What exactly are compilers?
6 ответов
+ 4
In shorts words, the compiler is who translate your code to binary language... language that the computer understand.
+ 2
A compiler is a special program that processes statements written with programming language and turn rhem into machine language!
+ 1
it is translater that translates program into machine understandable language whole at once
+ 1
in shorts words, the compiler is who translate your code to binary language... language that the computer understand. OR interpreter can read and run
two compiler have exist one static compiler like c++ or java compiler two dynamic compiler like javascript or python or php
+ 1
Compliers are translaters who translate user understandable code into machine language .. whole code at once