Skip to main content

2 docs tagged with "arithmetic"

View all tags

Pointer Arithmetic

Pointer arithmetic navigates contiguous memory with automatic scaling by type size. Essential for arrays but dangerous without bounds checking.