rather than saying compiler dependent
I would say
please read sequence point rules
please about JSF c standards
and MISRA c standards

On 2/12/12, shady <sinv...@gmail.com> wrote:
> output is compiler dependent.
> search archives for more info.
>
> On Sun, Feb 12, 2012 at 6:57 PM, Ratan <success.rata...@gmail.com> wrote:
>
>> int i=2,x;
>> x=(i++ + i++) * (i++ + ++i);
>> printf("%d",x);
>>
>> o/p: 24
>> plzzz justify this output.......
>> --
>> --
>> Ratan | 3rd Year | Information Technology | 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.
>>
>>
>
> --
> 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.
>
>

-- 
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