1 and
-3 -3 -4.. Verify the Compilation.......... Regards Prem On Fri, Jul 29, 2011 at 12:35 PM, Vijay Khandar <[email protected]>wrote: > Thanks, but also one small doubt > If x=y=z=-4 then plz tell me o/p of > pf(++x&&++y||++z) and pf(x,y,z) these two statements......... > > > On Fri, Jul 29, 2011 at 10:52 AM, jagrati verma < > [email protected]> wrote: > >> vijay x=y=z=-1 >> >> so for ++x&&++y||++z >> ++x=0 >> so 1st condition will get false so no increment on y's value(=-1) so >> ++x&&++y=0 >> and ++z=0 >> >> >> >> >> >> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Algorithm Geeks" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
