0
What are compilers
3 odpowiedzi
+ 4
These are softwares that convert high level code( ex: C code) to assembly code ( machine level code).
+ 2
a tool that convert a source code into a assembly code😁
0
or to put it simply: it converts your code in something your computer or device understands,
nowadays compilers are very powerful, they warn you about syntax errors, they allocate the memory that is needed and so on