Which of the following stores only one type of data in a specific location and must contain some value, meaning it cannot be null?(1 point)

Responses

expression
expression

float
float

primitive data structure
primitive data structure

operator

1 answer

The correct response is primitive data structure.

A primitive data structure is designed to hold a single type of data (like an integer, float, or boolean) at a specific location and typically must contain some value, meaning it cannot be null.