array with pointer
Pointer Arithmetic in C
Pointer Arithmetic in C In C pointer holds address of a value, so there can be arithmetic operations on the pointer var…
Pointer Arithmetic in C In C pointer holds address of a value, so there can be arithmetic operations on the pointer var…