A

Admin • 833K Points
Coach

Q. What is the size of an int in C (on most systems)?

  • (A) 2 bytes
  • (B) 4 bytes
  • (C) 8 bytes
  • (D) Depends on compiler
  • Correct Answer - Option(B)
  • Views: 20
  • Filed under category C Programming
  • Hashtags:

Explanation by: Admin

On most 32 and 64-bit systems, int is 4 bytes.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.