Discussion :: Datatypes
-
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 : Option C
Explanation :
No answer description available for this question.
Be The First To Comment