Subj : Re: Non-strictly-conforming and unspecified versus undefined behavior To : comp.programming.threads,comp.std.c From : rlb Date : Fri Feb 18 2005 10:55 am David Hopwood wrote: > David Hopwood wrote: > > puts(((char) -1) < 0 ? "char is signed" : "char is unsigned"); > [...] > > puts(((char) -1) < 0 ? "char is unsigned" : "char is signed"); > > All these strings should have had \n at the end. With puts()? Why? Richard .