Home »
MCQs »
C# MCQs
Which is the C# class from which data type UInt is derived?
98. Which is the C# class from which data type UInt is derived?
- System.Int16
- System.Int32
- System.UInt16
- System.UInt32
Answer: D) System.UInt32
Explanation:
The Uint data type is derived from System.UInt32 class.