int a = 3; char c[4]; memcpy(c , &a , 4); int b = 0; memcpy(&b , c , 4);
可是memcpy的参数是&a啊,&不是取地址符么?
3880
社区成员
9064
社区内容