> 1)Whats the diff between
> // What it will do ?
> -- for(;;);
>
> // Next
> -- func()
> -- {
> -- func();
> -- }
Ans:
Both will go in Infinite Loop
> what kind of output we can get ?
>
> 2)
> main()
> {
> int x =5, y;
> y = size(++x);
> printf("X = %d", x);
> }
> Prints X = 5 only Why ?
>
Ans:
I am not sure,, but what i think is may be sizeof
operator will take datatype of the variable during
calculation not the value, so may be before
calculating it may come to know about data type.
My reasoning may be incorrect, if wrong let me correct
myself
Bye
> bye
> Vikram
>
>
>
> __________________________________
> Do you Yahoo!?
> Jazz up your holiday email with celebrity designs.
> Learn more.
> http://celebrity.mail.yahoo.com
>
>
>
>
__________________________________
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/EbFolB/TM
--------------------------------------------------------------------~->
To unsubscribe : [EMAIL PROTECTED]
Yahoo! Groups Links
<*> To reply to this message, go to:
http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=4901
Please do not reply to this message via email. More information here:
http://help.yahoo.com/help/us/groups/messages/messages-23.html
<*> 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:
http://docs.yahoo.com/info/terms/