After reading some material on this subject I\'m still not sure what the difference between a compiled language and an interpreted language is. I was told this is one of the
Interpreted language is executed at the run time according to the instructions like in shell scripting and compiled language is one which is compiled (changed into Assembly language, which CPU can understand ) and then executed like in c++.