How to write Trigraph like character sequences in a string (was: Re: to "OR" or not to "OR")

Steven Parkes steven at pacific.csl.uiuc.edu
Fri May 31 23:33:30 AEST 1991


|> >puts("               4) ??\!");

|> >2) and 3) should work OK, [...] I'm not quite sure about 4)

|> It works.

(4) is not guaranteed to work because '\!' is not a valid ANSI escape.  The
result of using '\!' (or any other invalid escape sequence) is undefined.



More information about the Comp.std.c mailing list