+ 2
Give some examples of compilers?
Most of the programming languages are compiler based...so I want to know about these compilers and examples of some of them along with the programming languages it supports...
2 Respostas
+ 6
çomppiler and intereter both do same job. they go through,check, understand the source code.
interpreter checks each line at the time you finish typing a single line of code one then next after that annother line. when you mistake in a line (or syntex) inerpreter worns you then.
but the compiler checks all lines of code together at a time after writing the full code. and worns you about your syntax error or mistakes when you run the code.
it may look like difficult to you but i told you only the purpose and basic difference , I'll advice you not to go so deep about it. there are enormous calculations.
by your name you are bengali if I'm not wrong? does it's in your syllabus?
+ 1
Dev cpp is one of the best compilers for c and c++.
But if you want to master the language you should use Turbo C, because Dev cpp displays the error with line no. however, if you are using turbo c you have to be quite good at finding and correcting errors. if you do so you may find it beneficial when you are supposed to validate any code.