Answer each of the following. Assume that single-precision
floating-point numbers are stored in 8 bytes, and that the starting
address of the array is at location 2030100 in memory. Each part of
the exercise should use the results of previous parts where
appropriate.
a) Define an array of type float called numbers with 5 elements,
and initialize the elements to the values 0.11, 0.22, 0.33, …,
0.55. Assume the symbolic constant SIZE has been defined as 5.
b) Define a...