Give two disadvantages of high level programming language.
Answer:
- Need translation to machine readable format.
- In case of compilation, object and source code occupy space.
- They are very close to human language which can easily lead to syntax error.