Compare interpreters and compilers.



Compare interpreters and compilers...

Answer / Maneesh Jain

Compilers convert source code into machine code before the program runs, while interpreters execute the code line by line during runtime. Compilers have faster execution times as they create machine code optimized for the specific hardware, but require more resources to compile. Interpreters are more flexible as they can adapt to changes in the code at runtime, but they usually have slower execution times.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 Answers  


what is the main use of c where it can use the c

2 Answers   Infosys,


Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

1 Answers   Aspiring Minds,


to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


Write a C program to count the number of email on text

1 Answers  


Tell me about low level programming languages.

1 Answers   Amdocs,


what is c language?

2 Answers  


What is extern variable in c with example?

1 Answers  


hi send me sample aptitude papers of cts?

0 Answers  


what is the difference between c and java?

1 Answers  


How can I invoke another program or command and trap its output?

1 Answers  


What is #define?

1 Answers  


Categories