Practice 7.1 (c- type file)
1 Answer each of the following.Assume that single-precision floating-point numbers are stored in four bytes, and that the array’s starting address is location 1002500 in memory. Each part of the exercise should use the results of previous parts where appropriate. a) Define a float array called numbers with 10 elements, and initialize the elements to the values 0.0, 1.1, 2.2, …, 9.9. Assume the symbolic […]