Use debugger to solve. Display values from the array numbers using subscripts from 6 to 10 and from -1 to -6. Identify f

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Use debugger to solve. Display values from the array numbers using subscripts from 6 to 10 and from -1 to -6. Identify f

Post by answerhappygod »

Use debugger to solve.
Display values from the array numbers using subscripts from 6 to
10 and from -1 to -6. Identify from which array (if either) each of
these values come from. Modify your commands in #2 so that instead
of using numbers you use the pointer dereferencing notation
*(numbers+i) to refer to the array. Then try the notation
i[numbers]. Are the results the same?
Reference code:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply