Int * b=a;
Printf (" % d, % d \ n ", * ((b +=1) - 1), * ((b +=1) - 1));
Why is the output (2, 2)?
CodePudding user response:
Undefined behavior results meaningless without discussionCodePudding user response:
Undefined behavior results meaningless without discussion