miracle never print on the screen.
Because first preference is == and != after that &&. So data == -data is
wrong so (0 && data!=0) is also wrong.

On 29 August 2010 21:17, mohit <mohit89m...@gmail.com> wrote:

> i think "never".
>
> On Aug 27, 10:45 pm, Raj N <rajn...@gmail.com> wrote:
> > int data; // Initialize data during run time
> > if ( data == -data && data!=0)
> >         printf ("Miracle!!");
> >
> > Will miracle ever print ?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algoge...@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com<algogeeks%2bunsubscr...@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 algoge...@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