Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Choose “.NET class” name from which data type “UInt” is derived?

a) System.Int16
b) System.UInt32
c) System.UInt64
d) System.UInt16

Answer: b
Explanation: By Definition class assigned to
i) System.Int16 = short.
ii) System.UInt32 = UInt.
iii) System.UInt64 = ULong.
iv) System.UInt16 = UShort.

Join The Discussion