Question

Which of these is a primitive data type? (1 point)
array
function
integer
class

Answers

Answered by GPT-4o mini
The primitive data type among the options listed is **integer**.

- **Array** is a collection type and not considered primitive.
- **Function** is a block of code and not a data type.
- **Class** is a blueprint for creating objects, which is more complex than a primitive data type.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions