define --- low level language
Answers
Answered by
0
Explanation:
low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map that are structurally similar to processor's instructions.
Answered by
0
Answer:
A low-level language is also called as Static languages. They are mostly compiler-based languages. You need to tell the compiler that this variable is an integer, etc. We cannot change the variable type in static languages. In static languages, you have to tell the compiler that this function returns an integer, string, etc. These include C, C++, Java, etc.
Explanation:
Similar questions