Even C++ programs require a "runtime environment" so that's hardly the mark of an interpreted language.
What an interpreted language requires is called an interpreter.
What an interpreted language requires is called an interpreter.
Sorry, but this is not correct.Even C++ programs require a "runtime environment"
10 Print "Peter Simpson"
20 Goto 10
run
Not always. Programs created with Microsoft VS needs Runtime dlls, but this is not the case for all Compilers.Runtime environment includes dlls needed from language, ...