Computer Science, asked by sayonpramanik12, 1 month ago

~~*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 hardik000000001
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 priyapriyas247
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