Oi,Pops, 8) 8)
This works:
&arr[10],5
Suppose arr[]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20}
then &arr[10],5 will show the following:
&arr[10],5
[0]=11
[1]=12
[2]=13
[3]=14
[4]=15
You have to simply give the address followed by a coma and then the number of members to be viewed ...