C language problem scanf ("%d,&; A [I] "; What do you mean?
I thought the same thing.
scanf("%d ",& ampa[I][j]);
It means that an integer is entered from the keyboard and stored at the address of a[i][j]. It means writing down the address. This is a fixed expression that can be remembered.