comp.lang.c
[Top] [All Lists]

Re: value of the constant expression 1<<(1?1:1) < 0x9999

Subject: Re: value of the constant expression 1<<(1?1:1) < 0x9999
From: Francois Grieu
Date: Tue, 29 Apr 2008 21:00:21 -0700 PDT
Newsgroups: comp.lang.c

I am as tired as my cimpiler. Should have said

one of my C compiler (Keil C51) evaluates the constant expression
        1<<(1?1:1) < 0x9999
to the value 0.

Thje rest was hopefully correct.

  Francois Grieu

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy