#include <stdio.h> int main(int argc, char *argv[]) { int a[2]; unsigned int add1 = &a[0]; unsigned int add2 = &a[1]; printf("The address of a[0] is %u/n",add1); printf("The address of a[1] is %u/n",add2); printf("The size of int is %u/n", add2 - add1); }#include <stdio.h> int main(int argc, char *arg 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交