Question: Roots of polynomial is returning empty

Please why does 

roots(x^5 - C__1*x^4 -C__2*x^3 -C__3*x^2 -C__4*x +C__5, x);

returns  [ ]?

Please Wait...