C++ expressions are divided into several categories:Primary expressions. These are the building blocks from which all other expressions are formed. Postfix expressions. These are primary expressions followed by an operator — for example, the array subscript or postfix increment operator. Expressions ...