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
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
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.