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?

  1. System.Int16
  2. System.Int32
  3. System.UInt16
  4. System.UInt32

Answer: D) System.UInt32

Explanation:

The Uint data type is derived from System.UInt32 class.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.