sivag9 wrote:
> hi every body
> Iam having two qs, pls give me the ans
>
> int i = -1;
> give me the binary of this like 8 is having binary of 1000.
>
> second one
>
> union{
>  int i;
> struct{
>
> int i;
> int j;
> }st;
>
> struct{
>
> char c;
> char ch[2];
> }s;
> }u;
>
> what is the size of union, how it is calculated if structers are
> inside the union. 
>   
basically NO!!
we don't do people's homework, and further the answers to all of the 
above questions depend on  the compiler and the system on which they're 
used.
It also looks to me like the person who asked you these questions should 
NOT be trying to teach whatever language you're trying to learn.
>
>
> To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. 
> Yahoo! Groups Links
>
>
>
>
>   

Reply via email to