answersLogoWhite

0

What else can I help you with?

Related Questions

What is machine dependent phase in compiler?

1. Target code generation 2. Machine Specific code improvement


Is the size of an integer compiler dependent or machine dependent?

The size of an integer is compiler-dependant. The compiler itself is machine-dependant so it could be argued they are in fact machine-dependent, however we don't write code to suit the machine, we write code to suit the compiler, even when the code is machine-dependent.


What is 16 bit compiler?

Quite simply, a 16-bit compiler is a compiler for a 16-bit machine.


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.


Is C plus plus a machine independent?

Yes, it's. The only exception I can think of is Itanium. But even that case compiler can be configured in a way that you do need to worry about that.


What is a laod and go compiler?

A load and go compiler generates machine code and then immediately executes it.


Types of programming language that is machine independent?

FORTRAN (FORmula TRANslator) is the best-known earliest example of machine independent language. This is where the language is not dependent on the characteristics of the computer. COBAL (COmmon Business-Orientated Language) is the other type of programming language that is machine independent. COBAL was developed by the US Navy for business applications.


What is compiler is working?

compiler used to convert high level language coad into machine level language


A computer program that converts the entire program into machine language at one time is called?

compiler


Who converts the computer language into machine language?

A compiler or interpreter converts high-level programming languages into machine code that can be understood and executed by the computer's hardware.


Is compiler is platform independent?

No. (Of course you should specify what compiler you are talking about.)


What coverts programs into machine language?

Assembler/compiler converts programs into machine language.