Indexing Pointers support indexing point[n] is equivalant to *(point + n) point is a pointer n is an integer Since array names act as pointers arrays can be indexed as well Typically indexing is done on arrays and not pointers