Arithmetic Operators in C.
x = x * 5 x *= 5 #include <math.h> // calculates the power result = pow(base, exponent);