Home / C# Programming / Datatypes :: Discussion

Discussion :: Datatypes

  1. Which of the following statements is correct?

  2. 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.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment