High level language is machine dependent
Answers
Answered by
4
Answer:
- High level languages like C/C++ are machine dependent since it uses a particular compiler for a particular platform. For Ex. In programming languages like java, once the code is compiled, it makes a byte code file . class and that file can be executed on any platform.
Similar questions