Introduction - If you have any usage issues, please Google them yourself
Prologue: The source code implements polynomial multiplication based on the polynomials given as input in ordered form and evaluates the value of resultant polynomial based on the value of constant given as input.
Overview: The program is based on array implementation of the polynomial multiplication and uses the file descriptors to take input polynomials from input file and to give the resultant polynomial into output file.