if i define a structure x1 and then assign an unsigned int xyz:64, it will create a 64 bit integer right?
Now if i want to have all one's in the 64-bit, will the following work:
x1.xyz = 1
Will this value populate the variable with 64 one's? If there is any other way to define a variable and assign value to it, suggest me.
Please Help
Thanks in advance.