Computer Science, asked by mahira887, 1 year ago

how is complier different from interpreter


Bhanu55645: hlo

Answers

Answered by rashiverma32
5
Heyyy..here is ur answer...⬇️

May it helps uh...

Difference between Complier and Interpreter....

In contrast with a compiler, an interpreter is a program which imitates the execution of programs written in a source language. Another difference between Compiler and interpreter is that Compiler converts the whole program in one go on the other handInterpreter converts the program by taking a single line at a time.

Hope it helps uh...✌

Thanx...❤

By- Ri✔

Bhanu55645: clock
Bhanu55645: okk
Bhanu55645: haa
Bhanu55645: y ur rpl is to late
Bhanu55645: reply......
Bhanu55645: yy
Bhanu55645: dear
Answered by Anonymous
2
A compiler is a software that converts program written in high level language into a machine level language .
it accepts the entire program at a time and then generates its equivalent machine code .


it displays the errors for the entire program only after compilation


an interpreter is also software that is used to convert a program written in high level language into its equivalent machine level language
but

it convert entire program into its machine code line by line .

it displays the errors of one line at a time during the conversion to its machine code
Similar questions