Question: programing in c language Write a program, using the following functions, that reads two polynomials and prints the polynomials before and after the addition. a)
3/4 4. Write a program, using the following functions, that reads two polynomials and prints the polynomials before and after the addition. a) polyRead - Read in a polynomial and convert t to its linked list representation - Return a pointer to the header node of this polynomial b) poly Write -Output a polynomial using a form that clearly displays it. c) polyAdd Compute c a+ b. Do not change either a or b. where, a, b, c, are polynomial pointers. Test the program with the polynomials given below The polynomials are given through the keyboard as inputs. 5x5+ 7x4-3x3-x2+ 9Ispace] x5+ 7x3+ 2x2-xIspace] Where, [space] indicates the end of a polynomial
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
