5. Consider the following piece of code. What will be printed by
*ptr and ptr after the lines shown with an arrow? Explain with
screenshots.
int a[4] = { 8, 3, 5, 6};
int *ptr = a;
ptr ++;
!! Need the rest of the code to check this part. I want to see
the process not just the answer! Thank you in advance!!!!!!!!!
5. Consider the following piece of code. What will be printed by *ptr and ptr after the lines shown with an arrow? Expla
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am