What are common ways of implementing C++ program?

Options
- C++ programs are directly compiled into native code by a compiler
- C++ programs are interpreted by an interpreter
- C++ programs are first compiled to intermediate code by a compiler and then executed by a virtual machine
- A C++ editor directly compiles and executes the program


CORRECT ANSWER : C++ programs are directly compiled into native code by a compiler

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement