What is the difference between programing language and
scripting language.?
Answer Posted / iftikhar ali zahoor
Script Language is code fragment.it is interpreted.It is dynamically typed.
but the programming language is a compiled language and it is a stand alone application.
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
In which location cookies are stored on the hard disk?
What is the difference between .call() and .apply()?
What is s+ in regex?
What is the purpose of 'this' operator in JavaScript?
Is JavaScript a true OOP language?
What is javascript? List some data types supported by javascript?
What are different types of inheritence? Which inheritance is followed in javascript.
Define unescape() function?
Explain the terms synchronous and asynchronous code?
Are Typescript and Javascript the same?
Explain closures in javascript?
What is callback?
Is python better than javascript?
Explain spread operator in javascript?
Create an array in javascript with a list of 4 colors, assign that array to the variable, ‘colors’.