--- In [email protected], Asim Mian <[EMAIL PROTECTED]> wrote:
>
>
>
> I m modifying ur code..now it will execute......
>
> > i)void main() /*use[void main(void) or main()]*/
> > {
> > int x=1;
> > int y;
> > y=++x+ ++x+ ++x;
> > printf("%d", y);
> > }
>
>
> > ii) void main() /*use[void main(void) or main()]*/
> > {
> > int x=1;
int y;
> > y=++x+ ++x+ ++x;
> > printf("%d", y);
> > }
>
>
>
> In both the cases answer will be 10.....
>
> sorry i cant give explaination.
>
>
> Be the first one to try the new Messenger 9 Beta! Go to
http://in.messenger.yahoo.com/win/
>