Multiple choice

Which of the following does not belong to basic data type?

  1. int

  2. float

  3. char

  4. short

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

'short' is the type modifier. Type modifier modifies the range and the properties of base type.