answersLogoWhite

0


Best Answer

With a compiler, which is a program that "knows" how to transform the programming language logic in to machine code and make it perform from that.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

It is called 'compiling.'

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How c language convert into machine language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is required to convert a high level language into machine language so as to execute it later?

we need compiler to convert high level language in to machine language


What application will be used to convert an assembly language source program into machine language?

An Assembler converts assembly language instructions into machine language.


Name all the software package convert assembly language to machine language?

Assembler.


What is language processor in system software?

It is a type of software that convert programe into machine language


Are machine language and assembly language the same?

No, they are not the same. Assembly language uses mnemonic words to REPRESENT machine language; to be able to actually run it, a special program - a so-called assembler - then needs to convert it into machine language.


What is the programming language that is one step above the machine language?

we can say c,c++ also.. but not sure..


What is a programming language and with three example?

A programming language is a language in which a human can tell a machine to do something, three examples include: C, C++ and C#.


What is compiler is working?

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


Does the C programming language use a virtual machine?

no


What are the five examples computer language?

Machine code, assembly language, COBOL, FORTRAN and C. Machine code is the only language that is native to the machine. All others must be converted to machine code.


Why there is need of translators?

Translators are used to translate code in one language to another. There is a need of translators because computers understand machine language so they convert HLL into machine language.


What are translator in c language?

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