Infix notation is a common way of writing expressions in mathematics and computer programming where operators are placed between their operands. This is the standard notation that most people are familiar with. For example, in the expression: ``` A + B ``` the `+` operator is placed between the operands `A` and `B`.
Articles by others on the same topic
There are currently no matching articles.