Complexes represents the domain of complex numbers, as in x \[Element] Complexes.
ComplexExpand[expr] expands expr assuming that all variables are real. ComplexExpand[expr, {x_1, x_2, ...}] expands expr assuming that variables matching any of the x_i are ...
ComplexInfinity represents a quantity with infinite magnitude, but undetermined complex phase.
ComplexityFunction is an option for Simplify and other functions which gives a function to rank the complexity of different forms of an expression.
Complex
(Built-in Mathematica Symbol) Complex is the head used for complex numbers.
ComponentMeasurements[m, " prop"] computes the values of property prop for each component of a label matrix m that consists of identical elements.ComponentMeasurements[image, ...
ComposeList[{f_1, f_2, ...}, x] generates a list of the form {x, f_1[x], f_2[f_1[x]], ...}.
ComposeSeries[series_1, series_2, ...] composes several power series.
Composition[f_1, f_2, f_3, ...] represents a composition of the functions f_1, f_2, f_3, ....
expr_1; expr_2; ... evaluates the expr_i in turn, giving the last one as the result.