C_pointer_arithmetic In the memory, p_fifth is after p_i Pointers and arrays We can work with the 100int memory block we declared above using pointer arithmetic It shouldn't be a problem for us to fill the array with numbers, eg with zeros (Although we got some memory from malloc(), we can never be sure what is stored in it) Pointer arithmetic is slightly different from arithmetic we normally use in our daily life The only valid arithmetic operations applicable on pointers are Addition of integer to a pointer;Subtracting two pointers of the same type;
C Language In Hindi Pointer Arithmetic Hindi Tutorials Point