code of multiplying two polys and it\'s giving right output till here:
void mResultpoly(Poly **second, Poly **head, Poly *current) { Poly *t1 = *second;
wh