answersLogoWhite

0

Why c language is preferd over machine language?

Updated: 8/17/2019
User Avatar

Krishnveer

Lvl 1
14y ago

Best Answer

Because it's much more human-readable.

Open any C source file and you can probably guess what the premise is right away. Read it and you'll understand how it works (assuming the coder is competent).

Open any executable file and you really can't get any idea of what it does, or how it does it.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why c language is preferd over machine language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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#.


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.


What are translator in c language?

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


What is an example of a programming language that does not require the programmer to know machine language?

C++ and Visual Basic are computer languages that do not require the programmer to know machine language.


How c language convert into machine language?

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.


What is programming languages in c plus plus?

Programming in C++ means designing and writing a computer program using the C++ programming language. C++ is a high-level, machine-independent language which must be converted into machine-dependent code by a compiler.


Is the C language machine dependent or not?

Machine-dependent (generally called "platform-dependent")


Is pseudo code is a) high level language b) assembly language c) machine language?

in RST interrupt , RST STAND FOR


What code do computers use?

Computers Use Machine Language, which a normal person can't understand If you want to understand then you have to uncderstand that machine language into Human Language, they used Language Like C+++ for writing any program.


Which language is used to develop an antivirus?

Typically an object-oriented language that produces highly-efficient machine code, such as C++.