[net.lang.c] Binary variables?

Schauble@MIT-MULTICS.ARPA (07/12/86)

I recall a message posted here stating that the proposed C standard
mandated binary arithmetic, so that (18 & 7) == 2 is guaranteed to work.
Would someone who has a copy please tell me if it also mandates two's
complement, so that (-18 & 7) == 6 is also guaranteed?

gwyn@BRL.ARPA (07/12/86)

No, X3J11 has been careful to allow one's complement machines.