integer variable can be added and substracted from pointer variable int arr[20];int*ptr;ptr=&arr;ptr=ptr+2;//arr[2] will be accessed
Answers
Answered by
0
v = int
go ask google
Similar questions