Advantages of low level programing languages?
Answers
Answered by
0
Programs developed using low level languages are fast and memory efficient.
Programmers can utilize processor and memory in better way using a low level language.
There is no need of any compiler or interpreters to translate the source to machine code. Thus, cuts the compilation and interpretation time.
Low level languages provide direct manipulation of computer registers and storage.
It can directly communicate with hardware devices.
Similar questions