Saved Bookmarks
| 1. |
What is difference between compiler and interpreter |
|
Answer» In computer science, an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program. A compiler is a special program that processes statements written in a particular programming language and turns them into machine language or "code" that a computer\'s processor uses. |
|