1.
Which of the following statements are correct about data types?
If the integer literal exceeds the range of byte, a compilation error will occur.
We cannot implicitly convert non-literal numeric types of larger storage size to byte.
Byte cannot be implicitly converted to float.
A char can be implicitly converted to only int data type.
We can cast the integral character codes.
A. 1, 3, 5
B. 2, 4
C. 3, 5
D. 1, 2, 5
Answer & Explanation
Answer: Option D
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
2.
Which of the following is an 8-byte Integer?
A. Char
B. Long
C. Short
D. Byte
E. Integer
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
3.
Which of the following is NOT an Integer?
A. Char
B. Byte
C. Integer
D. Short
E. Long
Answer & Explanation
Answer: Option A
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
4.
Which of the following statements is correct?
A. Information is never lost during narrowing conversions.
B. The CInteger() function can be used to convert a Single to an Integer.
C. Widening conversions take place automatically.
D. Assigning an Integer to an Object type is known as Unboxing.
E. 3.14 can be treated as Decimal by using it in the form 3.14F.
Answer & Explanation
Answer: Option C
Explanation:
No answer description available for this question. Let us discuss.
View Answer Workspace Report Discuss in Forum
5.
Which of the following are value types?
Integer
Array
Single
String
Long
A. 1, 2, 5
B. 1, 3, 5
C. 2, 4
D. 3, 5
Answer & Explanation
Answer: Option B
Explanation:
No answer description available for this question.