Frage im Vorstellungsgespräch bei SpaceX

Difference between interpreted and compile language.

Antwort im Vorstellungsgespräch

Anonym

25. Juli 2016

Compiled language is a program which get translated into another language (usually binary code). Interpreted language, is usually evaluated by an external program which then executes the code.

1