Elias
0
Q:

programming language which complies first before running is called

A program such as C++ or Java needs to be pass through compiler,
which translates it into byte code that the machine understands and can execute. 
So they are called compiled language.
And programming languages such as javascript or Python ,compile and
execute concurrently, So they are called interpreted language.
0

New to Communities?

Join the community