Multiple choice

The pre defined data type is also known as____.

  1. set of values

  2. built-in data type

  3. polymorphic

  4. abstract data type

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

Pre-defined data types, such as int, float, or char, are provided by the programming language and are known as built-in or primitive data types.