C Operator Precedence - cppreference.com
Precedence Operator Description Associativity 1 ++--Suffix/postfix increment and decrement Left-to-right Function call [] Array subscripting . Structure and union member access −> Structure and union member access through pointer (type){list} Compound lit...