i tried the code:
struct trial
{
unsigned int:7;
};
void main()
{
printf("%d",sizeof(struct trial));
}
on turbo c compiler and its giving theoutput as "1" which is quite logical to me since the size shown will be the the output rounded to bytes which should be 8 bits or 1 byte in that case.
Do you Yahoo!?
All your favorites on one personal page � Try My Yahoo!
To unsubscribe : [EMAIL PROTECTED]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To reply to this message, go to:
http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=4815
Please do not reply to this message via email. (more info)
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Programmers-Town/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
