c - How does changing the bit value affect address -


for instance, if adress of uint8_t *p 00000400, (uint32_t*)(p) remain 0x00000400 (in hex). p + 4 simple 0x00000404 since p 8 bit int pointer?

on platforms use, yes.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -