我知道要获取变量类型使用的字节数,sizeof(int)例如.当您使用该变量类型存储数字时,如何获得所使用的单个字节的值?(即int x = 125)
sizeof(int)
int x = 125
c byte
byte ×1
c ×1