Question: Consider an integer array called vals and an integer variable called i. Then vals[i] is equivalent to which expression below? A. (*vals + i) B.
Consider an integer array called vals and an integer variable called i. Then vals[i] is equivalent to which expression below? A. (*vals + i) B. &vals + i C. &vals + (i * 4) D. None of these
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
