answersLogoWhite

0

No, but source-programs written in C language are.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What is structured assemly language programming and C programming?

A way of writing computer programs that are human readable (and understandable to programmers).


Are HTML documents are human readable?

Any document that a human can read and understand without requiring an interpreter (it is written in the reader's native language, for instance). Machine code is not human-readable, it is intended to be read by a machine. Assembler language is a symbolic language that is essentially a human-readable form of machine code, however it's not easily understood by everyone except those familiar with Assembler language. High-level languages are more easily understood by most programmers, particularly those familiar with the language, while pseudocode is an abstract language intended to be human-readable even by non-programmers.


Difference between high level language and low level language and machine language in tabular form?

| Feature | High-Level Language | Low-Level Language | Machine Language | |------------------------|------------------------------|----------------------------|-----------------------------| | Abstraction Level | High (closer to human language)| Medium (closer to hardware) | Low (binary code for CPU) | | Readability | Easy to read and write | Less readable, more complex | Not human-readable | | Portability | Highly portable across platforms | Less portable, hardware-specific | Not portable, specific to architecture | | Examples | Python, Java, C++ | Assembly language | Binary code (0s and 1s) |


Why c language has name c why not a?

C-language was derived from B-language.


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer

Related Questions

Is XML a script language?

No, XML (Extensible Markup Language) is not a scripting language. It is a markup language used for encoding documents in a format that is both human-readable and machine-readable. XML is commonly used for structuring data and defining content in web applications and other systems.


What is structured assemly language programming and C programming?

A way of writing computer programs that are human readable (and understandable to programmers).


What is the readable language to computer?

Computers use machine language, which are coded instructions in binary.


What is source code c?

"Source code", in a programming language, refers to the original program, as written by a programmer (and more or less readable by humans); the version of the program before it is converted into machine language by the compiler.


What is c langvage?

C is a low level programming language or it is also called as machine level language as the code written in C is encrypted into machine readable form then it is executed. If you want to learn C programming language in depth then Newtum is a best option to start with. It's C programming online course provides complete knowledge of the all the basic concepts involved in programming. If you are interested, please vivist our website!


What is the name of code written in readable English?

Code that is written in readable English as opposed to being written in a specific computer language is Pseudo Code.


What do you mean by high level language?

A high-level language is a programming language that is readable and understandable by human beings who are not necessarily programmer-language-literate.


What is Human readable?

Any document that a human can read and understand without requiring an interpreter (it is written in the reader's native language, for instance). Machine code is not human-readable, it is intended to be read by a machine. Assembler language is a symbolic language that is essentially a human-readable form of machine code, however it's not easily understood by everyone except those familiar with Assembler language. High-level languages are more easily understood by most programmers, particularly those familiar with the language, while pseudocode is an abstract language intended to be human-readable even by non-programmers.


Are HTML documents are human readable?

Any document that a human can read and understand without requiring an interpreter (it is written in the reader's native language, for instance). Machine code is not human-readable, it is intended to be read by a machine. Assembler language is a symbolic language that is essentially a human-readable form of machine code, however it's not easily understood by everyone except those familiar with Assembler language. High-level languages are more easily understood by most programmers, particularly those familiar with the language, while pseudocode is an abstract language intended to be human-readable even by non-programmers.


Difference between high level language and low level language and machine language in tabular form?

| Feature | High-Level Language | Low-Level Language | Machine Language | |------------------------|------------------------------|----------------------------|-----------------------------| | Abstraction Level | High (closer to human language)| Medium (closer to hardware) | Low (binary code for CPU) | | Readability | Easy to read and write | Less readable, more complex | Not human-readable | | Portability | Highly portable across platforms | Less portable, hardware-specific | Not portable, specific to architecture | | Examples | Python, Java, C++ | Assembly language | Binary code (0s and 1s) |


Can object code and source code of a compiler be in same language?

No, they are two different things, source code is human-readable and machine code is machine-readable (though it can be represented in assembly)


Why c language has name c why not a?

C-language was derived from B-language.