Q.

Which of the following is the most common way of implementing C++?

A. c++ programs are directly compiled into native code by a compiler
B. c++ programs are first compiled to intermediate code by a compiler and then executed by a virtual machine
C. c++ programs are interpreted by an interpreter
D. a c++ editor directly compiles and executes the program
Answer» C. c++ programs are interpreted by an interpreter
2.3k
0
Do you find this helpful?
4

Discussion

No comments yet