Postfix Operators
Click any operator below for more information on it.
Array element: [ ]
Function call: ( )
Type cast: (type)
Member selection: . or –>
Postfix increment: ++
Postfix decrement: ––