Posts

Showing posts from April, 2022

INTERVIEW QUESTIONS

 INTERVIEW QUESTIONS  1. Programming language VS Language ? => hint: Decision making language. Language has no desicion making capability. programming languages are still artificial, while human languages are natural .   2. difference between a scripting language and a programming language ? => The basic difference between a scripting language and a programming language is that scripting languages do not need an additional step of compilation and rather they are interpreted, whereas programming languages are compiled and hence need a compilation step to convert the high-level language to machine code  3.