Yahoo India Web Search

Search results

  1. An interpreter is a program that directly executes the instructions in a high-level language, without converting it into machine code. In programming, we can execute a program in two ways. Firstly, through compilation and secondly, through an interpreter.

  2. Jun 12, 2023 · An Interpreter is a program that translates a programming language into a comprehensible language. The interpreter converts high-level language to an intermediate language. It contains pre-compiled code, source code, etc. It translates only one statement of the program at a time. Interpreters, more often than not are smaller than compilers.

  3. Jun 10, 2023 · The software by which the conversion of the high-level instructions is performed line-by-line to machine-level language, other than compiler and assembler, is known as INTERPRETER . The interpreter in the compiler checks the source code line-by-line and if an error is found on any line, it stops the execution until the error is resolved.

  4. INTERPRETER definition: 1. someone whose job is to change what someone else is saying into another language: 2. a computer…. Learn more.

  5. 1. : someone or something that interprets: such as. a. : someone who translates for individuals or groups conversing in different languages. an interpreter at the United Nations. a sign language interpreter. b. : someone who explains or expounds.

  6. noun. a person who translates orally from one language into another. a person who interprets the work of others. computing. a program that translates a second program to machine code one statement at a time and causes the execution of the resulting code as soon as the translation is completed.

  7. Definition of interpreter noun in Oxford Advanced Learner's Dictionary. Meaning, pronunciation, picture, example sentences, grammar, usage notes, synonyms and more.

  8. n. 1. One who translates orally from one language into another. 2. One who gives or expounds an interpretation: "An actor is an interpreter of other men's words, often a soul which wishes to reveal itself to the world" (Alec Guinness). 3. Computers A program that executes other programs.

  9. 1. a person who interprets; specif., a person whose work is translating a foreign language orally, as in a conversation between people speaking different languages. 2. a computer program that translates and executes, statement by statement, a program written in a high-level language.

  10. Aug 12, 2020 · What Does Interpreter Mean? An interpreter is a computer program that is used to directly execute program instructions written using one of the many high-level programming languages.

  1. Searches related to define interpreter

    define interpreter in c