answersLogoWhite

0

How a compiler translates?

Updated: 12/16/2022
User Avatar

Wiki User

11y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How a compiler translates?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What translates a programming language statement line by line?

A compiler


What language translates source code into binary form?

A Compiler.


What is use of compiler in c?

The compiler translates source code into machine code. As opposed to java, this is a machine specific operation.


What is compiler in computer programming?

A compiler is a program that translates high-level source code into low-level machine code.


What is the compiler that is used in C?

A program that translates source program into object code.


What are the advantage of compiler?

Translates from source code to object module. What else did you think?


Which takes request from software application and translates in the language that hardware can understand?

The compiler


Which software translates high level language programme into machine language?

A compiler.


How a c compiler work?

compiler is just translator it translates the our source program to equivalent langauage,so computer can easily understand and compile that program efficiently................


What is campilar?

Compiler, is a software that translates computer programs from higher level language to machine language.


What is the work of compiler in dot net?

It translates the .NET-compatible code (i.e. VB, C#) to MSIL code, then, on demand, the JIT compiler compiles it to machine code.


What is a complier in computer language?

A compiler is a program that translates a programming language (like c++, java, pascal, php etc...) to a language that computers can "understand" (i.e. "1001010110101010...")