One.
4
Type size of an unsigned integer is compiler specific. Most compilers will provide 4 bytes, but the size can range from 2 to 8, or (again) whatever the implementation provides. Note: 1. Maximum value: UINT_MAX (in limits.h) 2. Size in bytes: sizeof (unsigned)
every character consumes 2 bytes. so if your word has 4 characters then it will consume 8 bytes.
A character in ASCII format requires only one byte and a character in UNICODE requires 2 bytes.
about eight bits, which is equal to one byte
The unsigned character type has a minimum range of 0 to 255 and is therefore the ideal type to represent integers within this range, in addition to representing all character codes within the extended ASCII character set.
1 bytes
It isn't. The largest unsigned number that can be stored in one byte (8 bits) is 2^8 - 1 = 255.
A single-byte type of array has 1 byte per character; a wide-character array has 2 bytes per character of storage. Without seeing the exact definition it cannot be determined what the actual size of the array would be.
1073741824 bytes or 10243 bytes or 230 bytes
1024 bytes
536870912 Bytes