Question

    What is the difference between float and double in C?

    A both are used for the same purpose Correct Answer Incorrect Answer
    B double can store just double value as compare to float value Correct Answer Incorrect Answer
    C double is an enhanced version of float and was introduced in C99 Correct Answer Incorrect Answer
    D double is more precise than float and can store 64 bits Correct Answer Incorrect Answer

    Solution

    double is more precise than float and can store 64 bits

    Practice Next

    Relevant for Exams: