what are the features of high level language
Answers
Answered by
10
Answer:
what are the features of high level language ?
Explanation:
The important feature about such high level languages is that they allow the programmer to write programs for all types of computers and systems. Every instruction in high level language is converted to machine language for the computer to comprehend.
Answered by
3
Answer:
variable assignment
conditional execution
iterative execution
procedures/functions
objects, classes, messages
predicates
first-class functions and closures (lambdas)
dynamic typing, static typing
Similar questions