My code for adding duplicates in polynomial is not working(Program was to multiply two polynomials using linked list)

前端 未结 0 1419
天涯浪人
天涯浪人 2021-02-08 18:54

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题