What is the difference between compiled and interpreted languages?
Answer Posted / 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 |
Post New Answer View All Answers
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
what do u mean by tagging
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
In project we have Documentation phase also,in that what is micro and macro designing?
How does the TCP handle the issue of multiplexing?
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
how to convert the data from HTML file to SAS dataset?
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
how to add Servlet-api.jar file into eclipse 3.3.2 ?
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
What is the difference between COM and CORBA?
what is delegate and delegation model give the real live example on delegate model