[Solved] How to understand [], (), compound literal operator, . and -> are postfix operators?
The language specification defines the syntax, and doesn’t care what you call the parts that make up the language. In abc->def, the first operand is abc, and -> is the operator and def is the second operand, but it is restricted to an identifier is the name of a member of the structure or union … Read more