Low, mid, high level language, what's the difference?

后端 未结 12 1082
遇见更好的自我
遇见更好的自我 2020-12-22 17:37

I\'ve heard these terms thrown around describing languages before, like C is not quite a low level language, C++ is a mid level, and Python is a High level

12条回答
  •  死守一世寂寞
    2020-12-22 18:29

    Low level languages are very close to machine language that may be binary or RTL. Hard to write and very quick to execute. It can interacts with the hardwares and high level programming language is very easy to write but can be executed after compilation.

提交回复
热议问题