An interpreter, or a translator, is a person who translates different languages. For an example, if a Chinese person and an American person can't understand each other, an intepreter can translate for both of them.
It is normally interpreted by another computer program. However subsets of the language can be compiled.
No, a C program cant work without an interpreter or compiler or assembler as the code written in the program is not understood directly by the computer so it needs any of the above translator program to make the program understandable to the computer.-Shruti Jain
A computer does not execute a program in a high level language. A computer executes a program in machine language. The high level language is converted into machine language by a compiler. Alternatively, an interpreter executes on the computer in machine language and the interpreter executes the high level language.
Both compiler and interpreter are the language programs that translates source program into machine code or we can say object code. Both are used to find errors in source program.
An interpreter is a specialized kind of computer program. This program executes instructions written in a programming language that is not the native coding.
wee2
the memory
Assembler Interpreter Compiler
Do you mean its computer usage origin ?
need to get to mars
It stores the instructions of the image.
Anapplication is a set of instructions(codes) that are understood by the CPU with the help of intermediate interpreter
translator teacher CIA analyst historian consultant FBI analyst interpreter court interpreter linguistics professor researcher computer language programmer/developer natural language research in computer science syntactician phonetician phonologist speech therapist
In computer science, an interpreter normally means a computer program that executes, i.e. performs, instructions written in a programming language. An interpreter may be a program that eitherexecutes the source code directlytranslates source code into some efficient intermediate representation (code) and immediately executes thisexplicitly executes stored precompiled code[1] made by a compiler which is part of the interpreter system
It is normally interpreted by another computer program. However subsets of the language can be compiled.
No, a C program cant work without an interpreter or compiler or assembler as the code written in the program is not understood directly by the computer so it needs any of the above translator program to make the program understandable to the computer.-Shruti Jain
A compiler or interpreter converts high-level programming languages into machine code that can be understood and executed by the computer's hardware.