Question: Please use c to answer these short questions. Answer each of the following. Assume that unsigned integers are stored in 4 bytes and that the

 Please use c to answer these short questions. Answer each of

Please use c to answer these short questions.

Answer each of the following. Assume that unsigned integers are stored in 4 bytes and that the starting address of the array is at location 200600 in memory. 1. a) Define an array of type unsigned int called values with ten elements, and initialize the elements to the odd integers between 1 and 13. Assume the symbolic constant SIZE has been defined as 10. b) Define a pointer vPtr that points to an object of type unsigned int. c) Print the elements of array values using array subscript notation. Use a for statement and assume integer control variable i has been defined. d) Give two separate statements that assign the starting address of array values to pointer variable vPtr. e) Print the elements of array values using pointer/offset notation. f) Print the elements of array values using pointer/offset notation with the array name as the pointer. g) Print the elements of array values by subscripting the pointer to the array. h) Refer to element 5 of array values using array subscript notation, pointer/offset notation with the array name as the pointer, pointer subscript notation, and pointer/offset notation. i What address is referenced by vPtr5? What value is stored at that location? ) Assuming vPtr points to values [6], what address is referenced by vPtr -4? What value is stored at that location

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!