

McqMate
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 |
View all MCQs in
Object Oriented Programming In cppNo comments yet