Multiple choice

A primitive data type is a ____ data type.

  1. predefined

  2. post defined

  3. abstract

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Primitive data types (like int, float, char) are predefined by the programming language and represent the most basic building blocks for data manipulation.