#include #include int *charger(int *x , int *y) { for(int i=1;i<100;i++) { y[i]=x[i-1]+x[i]; } return y; } int main() { cout<<"Welcome to Khayyam-Pascal Triangle Program.\nThis program helps you to calculate Khayyam-Pascal Triangle."<>rows; if(rows>34) { cout<<"Error report: You have Entered a number bigger than 34."<>answer; if(answer=='y') { goto error; } } a[1]=1; cout<<"------------------Khayyam Pascal Triangle-------------------"<0) { for(int i=1;i<100;i++) { if(a[i]!=0) cout<0) { for(int i=1;i<100;i++) { if(b[i]!=0) cout<