Multiple choice

Identify the odd one out

  1. Integer

  2. Float

  3. Array

  4. Boolean

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

Integer, Float, and Boolean are primitive data types, while an Array is a complex or composite data structure that can hold multiple values.