A

Admin • 828.03K Points
Coach

Q. What data type can store 15.9635?

  • (A) char
  • (B) long
  • (C) double
  • (D) int
  • Correct Answer - Option(C)
  • Views: 11
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin
15.9635 corresponds to double precision floating point numbers, usually stored on 64 bits. There is also a float type giving less precision. Usually float variables are stored on 32 bits.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.