Q. Which of the following is the most common way of implementing C++? (Solved)
1. c++ programs are directly compiled into native code by a compiler
2. c++ programs are first compiled to intermediate code by a compiler and then executed by a virtual machine
3. c++ programs are interpreted by an interpreter
4. a c++ editor directly compiles and executes the program
- c. c++ programs are interpreted by an interpreter