This is usually the first stage in compilation. The source code is read and checked for syntax and usability then passed to the compile stage to be converted to object (or machine) code that the computer can understand.
Translator translates program written in one programming language into (equivalent) program written in another language. For example, Java to C# translator would translate Java program into (equivalent) C# program. This is similar to as if you would translate some text in English into Spanish or vice versa.
If target language is lower level language like assembly language, machine language, or pseudocode, translator is called compiler. For example, some C++ compiler could compile (translate) program in C++ into machine code.
A computer needs a translator to point out the errors in a program or language and gives options to the answer.
Translator means it is a one kind of changer that change the program in to the machine language code.There are two types of language translator Compiler and Interpreter.Compiler complies the entire program before translating in to the machine code.Whereas Interpreter translates and executes the program line by line.
A translator takes a program written in source language as input and converts it into a program in target language as output. It also detects and reports the error during translation. • Translating the high-level language program input into an equivalent machine language program.
An interpreter.
To translate the C source code program, you need a program called a "C compiler".
No. There is not any program or software. B'coz language is such a vast thing. It needs lots of efforts and knowledge about d specific language. Translator by Google is provided for some famous languages only.
This is usually the first stage in compilation. The source code is read and checked for syntax and usability then passed to the compile stage to be converted to object (or machine) code that the computer can understand.Translator translates program written in one programming language into (equivalent) program written in another language. For example, Java to C# translator would translate Java program into (equivalent) C# program. This is similar to as if you would translate some text in English into Spanish or vice versa.If target language is lower level language like assembly language, machine language, or pseudocode, translator is called compiler. For example, some C++ compiler could compile (translate) program in C++ into machine code.
The assembler is translator which converts assembly language code into machine language code.
This is usually the first stage in compilation. The source code is read and checked for syntax and usability then passed to the compile stage to be converted to object (or machine) code that the computer can understand.Translator translates program written in one programming language into (equivalent) program written in another language. For example, Java to C# translator would translate Java program into (equivalent) C# program. This is similar to as if you would translate some text in English into Spanish or vice versa.If target language is lower level language like assembly language, machine language, or pseudocode, translator is called compiler. For example, some C++ compiler could compile (translate) program in C++ into machine code.
Translator is defined as a computer program that converts instructions written in one language to another without changing the initial logic in terms of computer language.
system Management and System Development
Neither one of them is a "language translator."