Compiler means | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Compiler means

I need the explaination

14th Jul 2018, 4:22 AM
Kausik
Kausik - avatar
4 Answers
+ 13
Kausik A compiler is a console or you can say a software which outputs the whole code at once. It does not show line by line solutions like the interpreter. C, cpp and c# use compiler. Python uses a interpreter.
14th Jul 2018, 4:34 AM
Sanjeet
Sanjeet - avatar
+ 2
a program that converts instructions into a machine-code or lower-level form so that they can be read and executed by a computer.
14th Jul 2018, 4:33 AM
Pavan Chowdary Goli
Pavan Chowdary Goli - avatar
+ 1
thank you
14th Jul 2018, 4:46 AM
Kausik
Kausik - avatar
+ 1
Kausik A compiler is simply a software that converts your source code into machine executable code
14th Jul 2018, 5:31 AM
Dlite
Dlite - avatar