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.
Related Concepts (1)
Similar Concepts
- arithmetic calculation
- arithmetic operations
- arithmetic shift
- floating-point arithmetic
- function pointer manipulation
- integer arithmetic
- pointer aliasing
- pointer casting
- pointer dereference attacks
- pointer dereferencing
- pointer misuse
- pointer subterfuge
- pointers
- unsafe pointer arithmetic
- unsigned arithmetic overflow