Quote Originally Posted by Cat View Post
In general, the size of an array or struct is *at least* as large as the sum of all constituent members' sizes, but it could well be larger.
This does not apply to arrays. The size of an array is always exactly equal to the number of elements multiplied by the size of an element.