Operator () (Array Index) Returns a reference to an element in an array. Operator [] (String Index)Returns a reference to the numeric value of a character in a string. | Operator [] (Pointer Index) Returns a reference to memory offset from a base address. |