1.

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​

Answer»

ANSWER:

PLEASE MARK me as a BRAINLEST and FOLLOW



Discussion

No Comment Found