Multiple choice

Which of the following is not a data type?

  1. Constant

  2. String

  3. Character

  4. Boolean

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

A constant is a value that does not change during program execution, not a data type. String, Character, and Boolean are standard data types used to categorize data.