Home / C Programming / Floating Point Issues :: Discussion

Discussion :: Floating Point Issues

  1. What are the different types of real data type in C ?

  2. A.
    float, double
    B.
    short int, double, long int
    C.
    float, double, long double
    D.
    double, long int, float

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The floating point data types are called real data types. Hence float, double, and long double are real data types.


Be The First To Comment