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