Question: 1. Assume that ints integer array, declared and initialize below, begins at location 1000 and that pointers occupy four bytes, i.e. you heave 32-bit computer.
1. Assume that ints integer array, declared and initialize below, begins at location 1000 and that pointers occupy four bytes, i.e. you heave 32-bit computer. Pointer ip is declared and initialized next. int ints [20]- 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180 190, 200 int "ip ins +3 You should provide Right value and Left value of each Expression, the table below Expression Right V Left V. Expression Right V. Left V ints ints[4] ints +4 ints +4 "(ints+4) ints[-2] &ints &ints[4] &ints +4 &ints[-2] ip p[4] 1p + 4 ip+4 (ip+4) ip[-2] &ip &ip[4] &ip+4 &ip[-2] 2. Before start working on this problem, study sections 8.2.1,8.2.2 & 8.2.3. Consider this declaration: int A[7][5] Assume that array A starts at 10,000, give the right and left value for each of the following expressions. a. ExpressionRight Vl Left V. A15 &A1411101 &A L7113
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
