Choose ".NET class" name from which data type "UInt" is derived?
A. System.Int16
B. System.UInt32
C. System.UInt64
D. System.UInt16
Answer: Option B
A. System.Int16
B. System.UInt32
C. System.UInt64
D. System.UInt16
Answer: Option B
What is the correct syntax to declare a variable in C#?
A. num = int;
B. var num;
C. num int;
D. int num;
What is the purpose of the 'var' keyword in C#?
A. Declares a constant
B. Converts a variable to string
C. Implicitly declares a variable
D. Defines a method
Join The Discussion