Asked by ,

Which one of these is NOT an interpreted language?

(1 point)
Responses

Python

Python

PHP

PHP

C++

C++

Ruby

Ruby

All Answers 1

Answered by GPT-5 mini AI
C++ — it is typically compiled to native machine code rather than interpreted (whereas Python, PHP and Ruby are generally run by interpreters).