I think you mean to say, "How can one prove that the sum of the complex roots of any number is zero?" For example, the roots of the following equation:
x^5 - 1 = 0
are 1, -(-1)^(1/5), (-1)^(2/5), -(-1)^(3/5), (-1)*(4/5), the sum of which comes to 0. The easiest way to do show this is to use the de Moivre's formula (see wiki) to locate all the roots on the complex plane, which form a regular n-gon, where n is the power in the polynomial, x^n - A = 0, and A being the number. If one imagines the complex roots to be vectors, then the vectors add up to zero. Think of n vectors all pulling with equal force from a point at equal angles apart.
Rigorously speaking, what you have to work out is that for any n and θ,
∑(k = 1 to n) Cos( (2π/n)k + θ ) = 0
∑(k = 1 to n) iSin( (2π/n)k + θ ) = 0
Of course, what you can also do is to expand (x - a)(x - b)(x - c)(x - d)(x - e), where a, b, c, d, e are the roots, and since the coefficient for the x^4 has to be zero, the sum a + b + c + d + e must also be zero. Up to you which way you want to go.