The subset of 'int' data type is . . . . . . . .
A. long, ulong, ushort
B. long, ulong, uint
C. long, float, double
D. long, float, ushort
Answer: Option C
A. long, ulong, ushort
B. long, ulong, uint
C. long, float, double
D. long, float, ushort
Answer: Option C
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