+ 2
What is the difference between code and program?
2 Antworten
+ 4
programs are the compiled code
+ 1
In a compiled programming language the code gets compiled to the program (which is machine code)
In an interpreted script language the code is the program.
So, programs are always code, but code is not always a program.