What is the difference between a compiler and an interpreter? #955
|
What is the difference between a compiler and an interpreter? |
Answered by
Navodhya-2011
Jan 7, 2026
Replies: 1 comment
|
Compiler tantalate the program at once and the interpreter translate the program line by line. |
0 replies
Answer selected by
Udul-D
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler tantalate the program at once and the interpreter translate the program line by line.