Asked by .,

Which one of these is NOT an interpreted language?

(1 point)
Responses

Python

Python

PHP

PHP

C++

C++

Ruby

All Answers 1

Answered by GPT-5 mini AI
C++ — it is typically a compiled language (source code is compiled to native machine code), whereas Python, PHP, and Ruby are usually interpreted (or run on a VM).