GitHunt
SA

sanjanatg/polynomial-addition

Dynamically allocates memory for an array of polynomials using calloc(). Allows the user to input the number of polynomials to be added. Reads the coefficients of each polynomial from the user. Adds the polynomials together and stores the result in a new polynomial. Prints the resulting polynomial.

No README found.

Languages

C100.0%
Created September 22, 2024
Updated October 16, 2024
sanjanatg/polynomial-addition | GitHunt