Multiple choice technology programming languages

C++ is normally compiled directly to machine code which is then executed directly by the operating system

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

True is correct because C++ is a compiled language that converts source code directly to machine code, which the operating system can execute directly. Unlike interpreted languages or languages that compile to bytecode (like Java), C++ produces native machine code that runs without a runtime interpreter.