A

Admin • 833K Points
Coach

Q. What data type can store -15?

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

Explanation by: Admin

Standard integer type, signed, able to represent at least the numbers [-32 768 ; +32 767]. Same as the standard integer type, but unsigned, able to represent at least the numbers [0 ; 65 535].

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.