What is the difference between compiled and interpreted languages?
Answer / nashiinformaticssolutions
o Compiled languages (e.g., C, C++) are translated into machine code by a compiler before execution.
o Interpreted languages (e.g., Python, JavaScript) are executed line-by-line by an interpreter without pre-compilation.
| Is This Answer Correct ? | 0 Yes | 0 No |
if there are n nodes in a binary tree, how many null pointers are there?
why rownum=1 works properly but not rownum=>2,=>3 etc.
what is the difference between "types" and "data" in abap.
what is different between kenerl mode and user mode?
i am exeprienced person what is selection process
What is SOLID Principle in Programming Language?
what is the difference between primary key and unique key?
details description on this mantis? who is founder of this mantis?
how can i apply validation without using errorprovider in C# windows application
what is the extension of SPDS Dynamic cluster tables?
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
What is std::auto_ptr?