Write the structure of a node for linked implementation of a polynomial

a) Write the structure of a node for linked implementation of a polynomial. Write a function in ‘C’ to create a linked list for a polynomial.


Leave a Reply