IBM PC keyboard handling (Was: to "OR" or not to "OR")

Walter Murray walterm at hpwrce.HP.COM
Fri May 31 13:11:04 AEST 1991


> > > What if I want to use the sequence "??!" within a string?

> One method is to use string pasting:
> 	printf("Puzzled?" "?!  You don't need to be!\n");

Or use the new escape sequence invented by ANSI for this purpose:

       printf("Puzzled?\?!  You don't need to be!\n");


Walter
------



More information about the Comp.lang.c mailing list