First of all, thanks for you kindy answer ... I have the last question. I rewrite the program as follow: line 1: #include line 2: void main() line 3: { const int size=10; line 4: int A[size]; line 5: int *X=NULL, i; line 6: for (i=0;i