Computer Science, asked by Lifesenpai, 4 days ago

Write a program to scan a polynomial linked list ​

Answers

Answered by Anshu6205101708
1

Answer:

Above program takes input of coefficient and power separately of 2 different polynomials add them up to a new polynomial.It is successfully compiled and executed in DEV CPP as C file.It Turbo C compiler add void before main function to avoid warning messages.

Similar questions