int main(){
        struct {
                int a:1;
                int b:3;
                }obj;
        obj.b=12;
        obj.a=7;
        printf 
<http://www.opengroup.org/onlinepubs/009695399/functions/printf.html>("%d
%d",obj.b,obj.a);return 0;}



can anybody explain the output
plzz also show how no's are stored


-- 

*WITH REGARDS,*
*
*
*KARTIK SACHAN*

*B.TECH 3rd YEAR*
*COMPUTER SCIENCE AND ENGINEERING*
*NIT ALLAHABAD*

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to