What is the meaning of interpret in programming?
Answers
Answered by
0
An interpreted language is a type of programming language for which most of its implementations execute instructions directly and freely, without previously compiling a program into machine-language instructions. ... Java and C# are compiled into byte code, the virtual-machine-friendly interpreted language.
Answered by
1
Explanation:
A programming language is a set of commands, instructions, and other syntax use to create a software program. ... Many high-level languages are similar enough that programmers can easily understand source code written in multiple languages. Examples of high-level languages include C++, Java, Perl, and PHP
Similar questions