Multiple choice .net

Which is not an integer data type?

  1. Single

  2. Byte

  3. Short

  4. Integer

  5. Long

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

Single is a floating-point data type that stores decimal numbers with limited precision. Byte, Short, Integer, and Long are all integer data types that store whole numbers without fractional parts.