C Operators

SymbolicC supports the various types of C operators. These are described in this section.

Infix Operators

First, you need to load the package.

The following shows how to output to get infix multiplication.

Parentheses are added as necessary.

Note that you can force the addition of extra parentheses using CParentheses.

Assignment

First, you need to load the package.

This shows the special representation for the assignment.

You can also give an operator to use for the assignment.