#include int main() { int a=0x123456;///56 34 12 int *p=&a;
/*****用指针实现*******/
return 0;
}
收起
int a = *p<<8
完后打印,不知道是不是这样用,求大牛指点
报告相同问题?