Computer Science, asked by prernavlko3113, 1 year ago

Name any two languages where is their interpreter or compiler is used

Answers

Answered by Anonymous
1

Answer:

Many languages have been implemented using both compilers and interpreters, including BASIC, C, Lisp, Pascal, and Python. Java and C# are compiled into bytecode, the virtual-machine-friendly interpreted language. Lisp implementations can freely mix interpreted and compiled code.

...

Answered by Anonymous
1

Answer:

Explanation:

Many languages have been implemented using both compilers and interpreters, including BASIC, C, Lisp, Pascal, and Python. Java and C# are compiled into bytecode, the virtual-machine-friendly interpreted language. Lisp implementations can freely mix interpreted and compiled code.

Similar questions