~~*H. H. W. Class 6*~~
_1. Which type of computer language is best to understand?
2. State the difference between Compiler and Interpreter
Answers
Answered by
0
Explanation:
A compiler generates the error message only after it scans the complete program and hence debugging is relatively harder while working with a compiler. Interpreters are used by programming languages like Ruby and Python for example. Compliers are used by programming languages like C and C++ for example
Answered by
2
Answer:
1)High Level Language.Ex. Java,C++ etc.
2)Compiler= It translates the high level lang into machine lang at once.
Interpreter=It translates the high level lang into machine lang line by line.
Similar questions