A

Admin • 802.91K Points
Coach

Q. What is the difference between float and double in C?

  • (A) both are used for the same purpose
  • (B) double can store just double value as compare to float value
  • (C) double is an enhanced version of float and was introduced in C99
  • (D) double is more precise than float and can store 64 bits
  • Correct Answer - Option(D)
  • Views: 4
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
In C programming language, the double is more precise than float and can store 64 bits.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.