What is high level programming language? | Sololearn: Learn to code for FREE!
0

What is high level programming language?

is high level programming language is machine independent and portable?

2nd May 2017, 9:12 PM
para
2 odpowiedzi
+ 3
a high level programming language is something that human beings can easily understand. To me, C is the lowest level of a high level programming language. others are C++, Java, C#, Ruby, Python and the list goes on.....
2nd May 2017, 10:21 PM
Krishneel Nair
Krishneel Nair - avatar
+ 1
High Level language means a language more understandable for humans and more far from machine code. They are used mainly in where managing machine resources is not vital. Given its nature can be used for scripts, multiplataform environment... In the other hand we have languages of Low level (Assembly is a good example), C is between High and Low levels. When you need to deal with machine resources, memory is very limit they are the needed language for these cases. Portability is less, one example of the use of them are to code drivers
2nd May 2017, 10:29 PM
Tiago Soares
Tiago Soares - avatar