C, C++ And Java Are The Example Of Which Language
Answers
Answered by
0
Answer:Compiler and Interpreter
C++ Java
C++ is a compiled language. The source program written in C++ is compiled into an object code which can then be executed to produce an output. Java is a compiled as well as an interpreted language. The compiled output of a Java source code is a byte code which is platform-independent.
Explanation:
Similar questions