Int main () {
Int I, j, x [100] [100], m;
Printf (" please enter the m value: ");
Scanf_s (" % d ", & amp; M);
for (j=0; J & lt; m; J++)
for (i=0; i
for(i=0; i
return 0;
}
CodePudding user response:
What mistake? What's the operating errorCodePudding user response:
Printf (" % d ",... ) not & amp; dCodePudding user response:
Please distinguish the placeholder and address-of operator