CodePudding user response:
int a,b,c;The scanf...
C=a + b;
.
CodePudding user response:
Original a, b two memory unit value is uncertain (memory units may be used to recycle redistribution), so c is also uncertain, a, b input values, to calculate the value of c,CodePudding user response:
Define the assignment, but can not be directly join formulaYou can even don't have to define variables c
printf (" and they are ");
Printf (" % d ", a + b);
CodePudding user response:
Thank you for your attention!CodePudding user response: