Home / C Programming / Declarations and Initializations :: Discussion

Discussion :: Declarations and Initializations

  1. A long double can be used if range of a double is not enough to accommodate a real number.

  2. A.
    True
    B.
    False

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    True, we can use long double; if double range is not enough.

    double = 8 bytes.
    long double = 10 bytes.


Be The First To Comment