Using the sizeof() operator, determine the number of bytes your computer uses to store the address of an integer, a character, and a double-precision number. (Hint: sizeof(*int) can be used to determine the number of memory bytes used for a pointer to an integer.) Would you expect the size of each address to be the same? Why or why not?