Question: Given the following code: int arr(4] = {3,1,4,2); To access the 3d value (i.e., 4) you'd use: O (d) &arr[2]; O (y) *arr[2]; O (r)
![Given the following code: int arr(4] = {3,1,4,2); To access the](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/10/670fb95950394_737670fb9592e95c.jpg)
Given the following code: int arr(4] = {3,1,4,2); To access the 3d value (i.e., 4) you'd use: O (d) &arr[2]; O (y) *arr[2]; O (r) arr[2]; (v) Only 2 of the above O (g) All of the above (well, not including the answer Only 2 of the above...)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
