I have a this polynomial in a array;
x+3x^3-5+x^7
for example;
a[2]=3
a[0]=x;
char arr[10][10]; int m; i=0;