NSum
(Built-in Mathematica Symbol) NSum[f, {i, i_min, i_max}] gives a numerical approximation to the sum \[Sum]i = i_min i_max f.NSum[f, {i, i_min, i_max, di}] uses a step di in the sum.
NProduct[f, {i, i_min, i_max}] gives a numerical approximation to the product \[Product]i = i_min i_max f.NProduct[f, {i, i_min, i_max, di}] uses a step di in the product.
CAddress[obj] is a symbolic representation of the address of an object.
CConditional[test, trueArg, falseArg] is a symbolic representation of an inline conditional expression.
CConstant[] is a symbolic representation of a constant.
CContinue[] is a symbolic representation of a continue statement.
CDereference[obj] is a symbolic representation of the dereferencing of a pointer.
CGoto
(SymbolicC Package Symbol) CGoto[label] is a symbolic representation of a goto statement.
CLabel
(SymbolicC Package Symbol) CLabel[label] is a symbolic representation of a label.
CLine
(SymbolicC Package Symbol) CLine[line] is a symbolic representation of a preprocessor line directive.