Minimum and Maximum range of values supported by 'float' data type are?
A. 1.5 * 10-40 to 3.4 * 1038
B. 1.5 * 10-45 to 3.4 * 1030
C. 1.5 * 10-45 to 3.4 * 1038
D. 1.5 * 10-45 to 3.4 * 1037
Answer: Option C
A. 1.5 * 10-40 to 3.4 * 1038
B. 1.5 * 10-45 to 3.4 * 1030
C. 1.5 * 10-45 to 3.4 * 1038
D. 1.5 * 10-45 to 3.4 * 1037
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