Datatypes - Programming

Q1:

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.

ANS:C - Widening conversions take place automatically.

No answer description is available. Let's discuss.