Right option is (b) poly([roots as a coloumn vector])
The best I can explain: To find the roots, one has to store the given roots in a 1*n column vector, say p, and then extract the co-efficients of the polynomial by typing poly(p). This would return the co-efficients of the polynomial in descending order from left to right.