Computer Science, asked by ramkumar8958, 1 year ago

How script of a language is different from each other?

Answers

Answered by wosaasrec
0

The theoretical difference between the two is that scripting languages do not require the compilation step and are rather interpreted. For example, normally, a C program needs to be compiled before running whereas normally, a scripting language like JavaScript or PHP need not be compiled.

Similar questions