Question: c language Which equalities hold given the following code: float x[20], *ptr ptr= &x[0]; *(ptr + 2) == x[2] *(++ptr + 2) == x[2] *(++ptr
![c language Which equalities hold given the following code: float x[20],](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66fa2c9076659_44066fa2c901e1a9.jpg)
c language
Which equalities hold given the following code: float x[20], *ptr ptr= &x[0]; *(ptr + 2) == x[2] *(++ptr + 2) == x[2] *(++ptr + 2) == x[3] Both A and B above Both A and C above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
