Question: Assuming we have an array: int Arr[] = {5, 10, 15, 20 }; And a pointer: int * pntr = &Arr[1]; What is the size
![Assuming we have an array: int Arr[] = {5, 10, 15,](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66efecd1b546a_76166efecd157c99.jpg)
Assuming we have an array: int Arr[] = {5, 10, 15, 20 }; And a pointer: int * pntr = &Arr[1]; What is the size of the new array referred by pntr? Please list all the elements in it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
