answersLogoWhite

0

Is C a high language or not?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

Yes, it is.

Any language with instructions that the processor does not directly execute (for, while, if, switch) then it's a high level language.

A low level language is basically the exact processor instructions just using different words. (e.g. load a,23 the processor would get this command directly and load 23 into the a register)

A high level language is translated into a low level language then translated into the processors instructions. (e.g. a while loop would have the code in front of the test and jump instructions to go back to the beginning of the code running WHILE something happens)

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Is C plus plus a high level language?

Yes, C++ is a high-level language.


Is c is regular language?

it is not regular language .it is high level language


Why C language is middile language?

If you meant 'middle', then it is a mistake; C is a high-level language.


Is C considered a high-level or low-level programming language?

C is considered a high-level programming language.


What is the program language c?

C is a pop language. C is a case sensetive language. C is motherof all language. C is block structure language. C is a high level language. C is advace of B language. C developed by D.richties in 1972 at AT & T Bell lab in USA. Sachin Bhardwaj 986854722 skbmca@gmail.com


Is c is middle level language justify your answer?

No, there is no such thing as 'middle level language'. C is high level language, and it is no way similar to Assembly language.


Is C is an High Level Language?

c is basically middle level language.assembly level language is the low level language which is the close to computers.C language comes in the category of middle level language with other languages like pascal,fortran.The successor language of C i.e. C++ and Java are high level language. Because they easy to understand by human than C.


Is c a high level language?

yes


Is C high level language?

Yes.


What type of language c?

It is a structured, procedural, high level programming language.


What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.


Features of c?

1. it is a high level language