World Languages, asked by dheerajkalsi3263, 11 months ago

Name any two languages where ida interpreter or compiler is used

Answers

Answered by parul89
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.

Similar questions