Pointer Arithmetic in Objective-C
The pointer stores the address of another variable. So that we can perform the arithmetic operations on a pointer. There are four types of operators that can be used in pointer arithmetic ++,--,+, and -. Let's consider that the pointer points integer, which points to address 1000, assuming the integ