Is c++ a high-level lenguage? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is c++ a high-level lenguage?

25th Sep 2019, 8:18 AM
Mikel Apesteguia
3 Answers
+ 2
Yes , absolutely c++ is High level language but it is closest to machine level which is why it is sometime designated as "mid level". Basically there are two types of languages:- 1. Low level language:- Low level language is also known as Machine level language which is written in the form of 0's and 1's. So it is difficult to understand and code because it is not close to human readable language that's the reason this is called Low level language. But it is much faster as compare to High level language because it is closed to machine 2. High level language:- High level language enables a programmer to write programs that are more or less independent of a particular type of computers. Such languages are considered high-level because they are closer to human languages and further from Machine languages. Hope you got your answer and brief difference between high level and low level languages🙂
25th Sep 2019, 10:55 AM
Puneet
+ 5
In general, abstraction makes learning a programming language easier. ... C++ is still considered a high-level language , but with the appearance of newer languages (Java, C#, Ruby etc...), C++ is beginning to be grouped with lower level languages like C.
25th Sep 2019, 8:22 AM
Jella
Jella - avatar
0
Yes
25th Sep 2019, 2:34 PM
Kostya
Kostya - avatar