in visual studio when moving mouse over a DWORD variable, it shows 5 bytes. I expected to see 4 bytes. Not sure why i see extra byte there?. sizeof(DWORD) shows 4 bytes. this happens in x64 , do not remember if looked at it in 32 bit mode as well?.