I saw this somewhere.
UINT32 x : 1;
May I know what is the purpose of declaring the data type to 32 bits, but only 1 bit is in use? Is this related to hardware logic?
Thanks for the help.
|
Newbie Member
|
|
| 25Jun2008,10:50 | #1 |
|
Hi all,
I saw this somewhere. UINT32 x : 1; May I know what is the purpose of declaring the data type to 32 bits, but only 1 bit is in use? Is this related to hardware logic? Thanks for the help. |