answersLogoWhite

0

Is c language assembly language

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

No.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What languages were there before c language?

Algol 60 assembly language b language c language


Which language is used for windowsxp?

Mainly C and C++ and a bit of assembly language.


Is embedded C an assembly language?

No.


In which software language C software was developed?

No language, directly in assembly language.


In which programming language are operating systems written?

Usually a combination of C++, C and assembly language.


What is structured assemly language programming and C programming?

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


What are translator in c language?

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


Definition of buffer in assembly language?

its just like a string of c++


Why is Unix portable?

Unix was rewritten in the C Programming language and not in assembly language. The migration from assembly language to the higher-level language C resulted in much more portable software, requiring only a relatively small amount of machine-dependent code to be replaced when porting Unix to other computing platforms. (mihir)


Where we can use C pogramming and why?

When you are doing system level programming, because it is the closest language there is to assembly language.


What is Compilation Process?

In simple words, it is the conversion of a high level language to an assembly level language. In C, it is the conversion of a .c file to a .s file


Why do we use C language?

We use C when we want to write low-level code with a higher level of abstraction than that provided by assembly language.