You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an array of 10 numbers. Verify using pointer arithmetic that (ptr+2) points to the 3rd element where ptr is a pointer pointing to the first elemtnt of the array.