Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
chase pointers
Jump to user comments
1. To go through multiple levels of indirection, as in
traversing a linked list or graph structure. Used especially
by programmers in C, where explicit pointers are a very
common data type.