pointer arithmetic

Pointer arithmetic refers to the manipulation of memory addresses through the use of pointers in a programming language, where values are added or subtracted from pointers to access or traverse elements in an array or iterate over data structures.

Requires login.