

InterviewSolution
Saved Bookmarks
1. |
What do you mean by compiler |
Answer» compiler is used by c++ and many other languages<br>compiler is a language processor which converts high level language into machine language . It executes your whole program in one time.<br>Compiler, Computer software that translates (compiles) source code written in a high-level language (e.g., C++) into a set of machine-language instructions that\xa0can\xa0be understood by a digital computer\'s CPU. ...\xa0Compilers are\xa0very large programs, with error-checking and other abilities.\xa0In computing, a\xa0compiler\xa0is a computer program that translates computer code written in one programming language (the source language) into another language (the target language). | |