+ 2
What is the mean of compiler in c++.
Thanks for answering
3 Answers
+ 5
compiler is a translator program that converts high level language into machine language before executed on a computer
+ 4
compiler is there to check if be any errors in you program and to translate programmers high - level code into machine code that computer understand