Thanks.........

On Fri, Jul 29, 2011 at 12:46 PM, Prem Krishna Chettri
<[email protected]>wrote:

> Short and Easy..
>
>
> && Operation Check both side (if not Zero) B4 verifying the result
> || operation Check only either side.Depends on the precedence on which it
> applies.
>
> Now Work it Out.
>
>
> On Fri, Jul 29, 2011 at 12:44 PM, Vijay Khandar 
> <[email protected]>wrote:
>
>> Yes , so can u explai me plz, i m little bit confusing..............Vijay
>>
>>
>> On Fri, Jul 29, 2011 at 12:39 PM, Prem Krishna Chettri <
>> [email protected]> wrote:
>>
>>> 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.
>>>
>>
>>  --
>> 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.

Reply via email to