Multiple choice

The 'bool data type' in C# belongs to ________________ type.

  1. struct

  2. enumeration

  3. simple

  4. class

  5. character

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

The bool type in C# belongs to simple type.