Which of the following is an example of a compiled programming language?
A
JavaScript
B
Python
C
C++
D
PHP
Correct Answer: Option C — C++
Explanation:
C++ is a compiled programming language, meaning its source code is translated directly into machine code by a compiler before execution. Thi...
C++ is a compiled programming language, meaning its source code is translated directly into machine code by a compiler before execution. This differs from interpreted languages like Python or JavaScript, which run through an interpreter.