Which of the following is a compiled programming language?
A
JavaScript
B
PHP
C
C++
D
Python
Correct Answer: Option C — C++
Explanation:
C++ is a compiled language, meaning its source code is translated directly into machine code by a compiler before execution, unlike interpre...
C++ is a compiled language, meaning its source code is translated directly into machine code by a compiler before execution, unlike interpreted languages.