Skip to main content

Posts

Showing posts with the label The Crazy Programmer Compiled Language vs Interpreted Language Compiled Language vs Interpreted Language The Crazy Programmer

Compiled Language vs Interpreted Language Neeraj Mishra The Crazy Programmer

Language has always been the most effective medium of communication. Good communication is always a bridge from confusion to clarity. Not only humans, each and every element of this nature too have their own language of speech to share their emotions and feelings with the other. At times even a gentle breeze speaks a hundred matters to us. Today in this 21st era, the era of technology, the computers to have languages to communicate with us humans…the programming language. Programming language can be classified into two types: Compiled language Interpreted language What is Compiled Language? The programming languages that the target machine can read without the help of another program. Generally, humans cannot understand the code of this language Eg: C,C++,CLEO,C#. What is Interpreted Language? The programming languages that the target machine cannot read its own. The machines always need another program for the conversion of instructions into their readable form. Eg: JavaSc