I m modifying ur code..now it will execute......
> i)void main()
> {
> int x=1;
> int y;
> y=++x+ ++x+ ++x;
> printf("%d", y);
> }
> ii) void main()
> {
> int x=1;
> inty=++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/
