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 |
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
what is the main use of c where it can use the c
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.
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
Tell me about low level programming languages.
what is c language?
What is extern variable in c with example?
hi send me sample aptitude papers of cts?
what is the difference between c and java?
How can I invoke another program or command and trap its output?
What is #define?