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 |
What is Partial class and its use?
if we want to move all the items that are already added in a combobox into an empty list box or vice-versa then how can it possible in vb or C# ?
What is nocopy in plsql?
what is the abap/4
how many trailing zeroes are there in 100! (100 factorial)?
what is the system development cycle
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
what does mean and stack mean in genral programming?
what is the difference between an application and service??? i mean service which runs as in services.msc.
Describe the following: (i) DNS (ii) Name Resolution (iii) Subnet Masking (iv) Urgent Pointer
what is the certificates in biztalk?
What do you meant by Runtime Polymorphism?