What is the size of the character, integer, character pointer, and integer pointer?
: 1533
- The size of the character is equal to 1 byte.
- The size of the integer is equal to 4 bytes.
- The size of the integer pointer and character pointer is 4 bytes and 8 bytes.