answersLogoWhite

0

What are translator in c language?

Updated: 8/19/2019
User Avatar

Wiki User

11y ago

Best Answer

The assembler is translator which converts assembly language code into machine language code.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are translator in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which translator is needed for C programming language?

C compiler


What is the advantage of a translator that is source to source compiler with C as target language?

For example, if you don't have a FooBar-language compiler, but have a FooBar-to-C translator, then you still can use FooBar-language programs.


What translator is needed for C programming language?

To translate the C source code program, you need a program called a "C compiler".


Why do you need language translator in system software?

we need language translator in a systerm software because computer cann't understand our language .Therefore translator converts high level language into low level languange &viceversa as computer can only understand in banary format. we need language translator in a systerm software because computer cann't understand our language .Therefore translator converts high level language into low level languange &viceversa as computer can only understand in banary format.


What is translator in c?

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.


What are the difference between ms-dos and unix as a language translator?

Neither one of them is a "language translator."


Which translates c source code into object code before the program can be executed?

Question #1: Compiler.Question #2: If you want to execute an external program in C, use function system.A translator in computer programming is a piece of software that translates one programming language to another.Therefore a C translator would translate either C source code into another language, let's say BASIC.So if you had a C to BASIC translator, you would write a program in C and the translator would give you the equivalent source code in BASIC.I have never used a translator, but at first glance, it doesn't sound very reliable for both security and memory management reasons.


What is language translator program?

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.


What is Translator Programs?

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 compiler that translates a high level-language into another high-level language is called a source-to-source translator. What advantages are there to using C as a target language for a compiler?

C would be a good language if you wanted to then go on to improve the efficiency of the code perhaps by editing the translated code. I wouldn't call C a high language :)


How can you find language Translator?

you can find a language translator in many places like google. but if you are not satisfied with it, see related links.


What is a translator program?

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.