It's miracle can you explain?

On Sun, Aug 29, 2010 at 8:07 PM, Terence <technic....@gmail.com> wrote:
>  Try this:
>
> int main()
> {
>  int data = (int)0x80000000; // Initialize data during run time
>  if ( data == -data && data!=0)
>    printf ("Miracle!!");
> }
>
>
> On 2010-8-28 1:45, Raj N 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.
> 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