why is the resultant polynomial in reverse order? is it ok or I need to print it in the same order of the 2 polynomials?
also about the addPolynomials2
//if the result is 0 (5x^2-5x^2) I should free it right? // I realized here that I should not push the term in the first place.