Back

Explore Courses Blog Tutorials Interview Questions
0 votes
1 view
in Others by (31.8k points)
What is meant by compiler?

1 Answer

0 votes
by (32.9k points)

A compiler is a software program that takes human-readable code and turns it into a form that can be executed by a computer. Compilers usually produce faster running code than an interpreter because they translate the entire program into machine code before execution. Compilers are commonly used in scripting languages like C++, and Java. In addition to compiling source code, many compilers also provide additional features such as debugging tools, code profiling, and code analysis. 

If you are interested in learning about the  compiler, then check out the video below for more information -

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Apr 15, 2023 in Others by Nandini V (32.9k points)

Browse Categories

...