CodePudding user response:
11 [I + 4] Ⅴ ^=* (& amp; V4 + I)Ⅴ 11 is array
A ^=b is equivalent to a=a ^ b
V4 is variable
& Take the address
* reference solution
CodePudding user response:
Variable offset address, you can try this:# include & lt; stdio.h>
Int main ()
{
char c;
Int a;
Printf (" % % p, p \ n ", & amp; C., & amp; C + 1);
Printf (" % % p, p \ n ", & amp; A, & amp; A + 1);
return 0;
}
CodePudding user response:
This topic will only appear in the test, now the s, write the code in fear is not to be beaten,,,CodePudding user response:
The